Skip to content

Commit

Permalink
test removing emotion and mui
Browse files Browse the repository at this point in the history
  • Loading branch information
dokmy committed Jan 4, 2024
1 parent 898117e commit 65d2ecf
Show file tree
Hide file tree
Showing 9 changed files with 607 additions and 119 deletions.
11 changes: 0 additions & 11 deletions drizzle.config.ts

This file was deleted.

273 changes: 267 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@pinecone-database/pinecone": "^1.1.0",
"@prisma/client": "5.7.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "20.4.0",
Expand Down
3 changes: 3 additions & 0 deletions src/app/(root)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import Navbar from "@/components/navbar";

const RootLayout = async ({ children }: { children: React.ReactNode }) => {
return (
<div className="h-full">
<Navbar />
<div className="hidden md:flex mt-16 h-full w-20 flex-col fixed inset-y-0"></div>
<main className="md:pl-20 pt-16 h-full">{children}</main>
</div>
Expand Down
Loading

0 comments on commit 65d2ecf

Please sign in to comment.