Skip to content

Commit

Permalink
feat: add session list page and small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
italux committed Sep 18, 2024
1 parent e282942 commit 2695a9b
Show file tree
Hide file tree
Showing 10 changed files with 556 additions and 110 deletions.
89 changes: 45 additions & 44 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clsx": "^2.1.1",
"firebase": "^10.13.1",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"next": "^14.2.12",
"react": "^18.3.1",
"react-dom": "^18",
"tailwind-merge": "^2.5.2",
Expand Down
5 changes: 5 additions & 0 deletions src/app/sessions/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { SessionList } from "@/components/session-list";

export default function Page() {
return <SessionList />
}
Loading

0 comments on commit 2695a9b

Please sign in to comment.