Refactor code structure for improved readability and maintainability

This commit is contained in:
MythEclipse
2026-05-07 22:22:35 +07:00
parent 83e66805c4
commit 1a0a947674
13 changed files with 844 additions and 66 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import type { NextConfig } from 'next';
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;