file structure

This commit is contained in:
mahlatseclayton
2026-07-29 21:21:45 +02:00
parent 17f1f01c0d
commit 7915ff5f55
24 changed files with 287 additions and 47 deletions

6
next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.