initial i guess

This commit is contained in:
bluestar_ 2023-12-22 13:59:04 +07:00
commit 68a78ff3ae
18 changed files with 1771 additions and 0 deletions

6
next.config.js Normal file
View file

@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig