This commit is contained in:
Amirhossein Mahmoodi
2024-07-08 15:45:39 +03:30
parent 20a0b2984c
commit 6288ac926c
14 changed files with 853 additions and 403 deletions

3
src/app/default.js Normal file
View File

@@ -0,0 +1,3 @@
export default function Default() {
return null
}