Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
parsany committed Nov 30, 2024
1 parent 610608a commit b2c6711
Show file tree
Hide file tree
Showing 10 changed files with 406 additions and 263 deletions.
Binary file removed app/favicon.ico
Binary file not shown.
33 changes: 0 additions & 33 deletions app/globals.css

This file was deleted.

22 changes: 0 additions & 22 deletions app/layout.tsx

This file was deleted.

113 changes: 0 additions & 113 deletions app/page.tsx

This file was deleted.

8 changes: 8 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
reactStrictMode: true,
};

export default nextConfig;
Loading

0 comments on commit b2c6711

Please sign in to comment.