Skip to content

Commit

Permalink
Merge pull request #1 from grow-playground/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
jgjgill authored Dec 18, 2023
2 parents 57570d4 + 153610c commit 45b0f92
Show file tree
Hide file tree
Showing 11 changed files with 141 additions and 3,208 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"next/core-web-vitals",
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:storybook/recommended",
"plugin:tailwindcss/recommended",
"plugin:react/recommended",
"prettier",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.2
6 changes: 0 additions & 6 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ export default async function Index() {
</div>
</nav>

<div>
{[1, 2, 3, 45].map((item) => (
<div key={item}>12312312312</div>
))}
</div>

<div className="animate-in flex max-w-4xl flex-1 flex-col gap-20 px-3 opacity-0">
<Header />
<main className="flex flex-1 flex-col gap-6">
Expand Down
Loading

0 comments on commit 45b0f92

Please sign in to comment.