[update] remove unused components

This commit is contained in:
2023-10-11 23:43:44 +07:00
parent 6e979255ae
commit e7678c0e5e
237 changed files with 813 additions and 21083 deletions

View File

@@ -0,0 +1,5 @@
export const configs: {
formatDate: string
} = {
formatDate: 'yyyy-MM-dd'
}