first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 11:26:25 -05:00
commit 7e3ecb79f1
952 changed files with 171323 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig