Firrt commit

This commit is contained in:
2026-07-15 17:46:28 +07:00
parent fbdd711abb
commit 368e03b32b
55 changed files with 4420 additions and 1066 deletions
+6
View File
@@ -0,0 +1,6 @@
/// <reference types="nativewind/types" />
declare module "*.css" {
const content: any;
export default content;
}