Skip to content

Commit

Permalink
feat: added missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Apr 11, 2024
1 parent 13b8336 commit ebf5306
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 4,549 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"geist": "^1.3.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"lucide-react": "^0.323.0",
"next": "^14.1.0",
Expand Down
54 changes: 53 additions & 1 deletion pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { UnlistenFn } from "@tauri-apps/api/event"
import type { NextPage } from "next"
import _ from "lodash"
import Image from "next/image"
import { useEffect } from "react"
import {
Expand Down
Loading

0 comments on commit ebf5306

Please sign in to comment.