Skip to content

Commit

Permalink
implement auth component
Browse files Browse the repository at this point in the history
  • Loading branch information
dtemkin1 committed Jan 6, 2025
1 parent 7b94fda commit 96c4aaf
Show file tree
Hide file tree
Showing 14 changed files with 1,156 additions and 149 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@solidjs/start": "^1.0.10",
"lucide-solid": "^0.469.0",
"solid-js": "^1.9.3",
"ua-parser-js": "^2.0.0",
"vinxi": "^0.4.3",
"vite-plugin-solid": "^2.11.0",
"vite-tsconfig-paths": "^5.1.4"
Expand Down
4 changes: 0 additions & 4 deletions panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ export default defineConfig({
minHeight: "100%",
// colorPalette: "accent",
},
"html, body": {
display: "flex",
flexDirection: "column",
},
body: {
display: "flex",
flexDirection: "column",
Expand Down
28 changes: 28 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 96c4aaf

Please sign in to comment.