Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
"@t3-oss/env-nextjs": "^0.10.1",
"antd": "^5.18.0",
"geist": "^1.3.0",
"moment": "^2.30.1",
"next": "^14.2.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-icons": "^5.3.0",
"ts-node": "^10.9.2",
"valtio": "^1.13.2",
"zod": "^3.23.3"
Expand Down
3 changes: 3 additions & 0 deletions public/svgs/camera.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/svgs/dollarCircle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/svgs/eth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/svgs/feed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/svgs/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/svgs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@ export { default as copy } from "./copy.svg";
export { default as control } from "./control.svg";
export { default as arrowLeft } from "./arrowLeft.svg";
export { default as outLink } from "./outLink.svg";
export { default as feed } from "./feed.svg";
export { default as setting } from "./setting.svg";
export { default as wallet } from "./wallet.svg";
export { default as history } from "./history.svg";
export { default as message } from "./message.svg";
export { default as dollarCircle } from "./dollarCircle.svg";
export { default as logo } from "./logo.svg";
export { default as camera } from "./camera.svg";
export { default as eth } from "./eth.svg";
export { default as nvr } from "./nvr.svg";
export { default as node } from "./node.svg";
17 changes: 17 additions & 0 deletions public/svgs/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/svgs/message.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/svgs/node.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/svgs/nvr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading