first clean up

This commit is contained in:
2025-03-26 17:44:06 +00:00
parent 4a8864c7b9
commit 212a9720cf
22 changed files with 9 additions and 643 deletions

12
types/global.d.ts vendored
View File

@@ -131,15 +131,3 @@ interface Locale {
key: string
title?: string
}
// interface Gallery {
// id: string
// title: string
// variant: string
// items: {
// file: File
// title: string
// descrition: string
// alt: string
// }[]
// }