Skip to content

Commit

Permalink
Add component library to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyAbr committed Nov 6, 2024
1 parent 85186d8 commit f9c43d4
Show file tree
Hide file tree
Showing 39 changed files with 2,466 additions and 198 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
# Insta uncommitted snapshots
*.snap.new

*.DS_Store
*.DS_Store

/wally-registry-frontend2
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

10 changes: 6 additions & 4 deletions wally-registry-frontend/next.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import type { NextConfig } from "next";
import type { NextConfig } from "next"

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

export default nextConfig;
export default nextConfig
Loading

0 comments on commit f9c43d4

Please sign in to comment.