Skip to content
Merged
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
Binary file removed client/src/assets/addElement.png
Binary file not shown.
Binary file removed client/src/assets/addNew.png
Binary file not shown.
Binary file removed client/src/assets/ai.png
Binary file not shown.
Binary file removed client/src/assets/bulletPoint.png
Binary file not shown.
Binary file removed client/src/assets/dashboard.png
Binary file not shown.
Binary file removed client/src/assets/export.png
Binary file not shown.
Binary file removed client/src/assets/list.png
Binary file not shown.
Binary file removed client/src/assets/minus.png
Binary file not shown.
Binary file removed client/src/assets/notFound.png
Binary file not shown.
4 changes: 4 additions & 0 deletions client/src/assets/notFound.ts

Large diffs are not rendered by default.

Binary file removed client/src/assets/pencil.png
Binary file not shown.
Binary file removed client/src/assets/plus.png
Binary file not shown.
Binary file removed client/src/assets/share.png
Binary file not shown.
Binary file removed client/src/assets/textFile.png
Binary file not shown.
Binary file removed client/src/assets/trash.png
Binary file not shown.
Binary file removed client/src/assets/trash2.png
Binary file not shown.
Binary file removed client/src/assets/voiceFile.png
Binary file not shown.
Binary file removed client/src/assets/whitePlus.png
Binary file not shown.
2 changes: 1 addition & 1 deletion client/src/components/common/NotFound.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import notFoundIcon from "@/assets/notFound.png";
import notFoundIcon from "@/assets/notFound";
import { Button } from "@headlessui/react";
export default function NotFound() {
return (
Expand Down