Skip to content

Commit

Permalink
lib: refactor components into components/
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Sep 9, 2024
1 parent 1e73895 commit add6536
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/components/CreateDocumentModal/CreateDocModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import {
} from "../../api/Requests";
import { ModalContext } from "../../context/ModalContext";
import { ThemeContext, ThemeContextType } from "../../context/ThemeContext";
import AddButton from "../../lib/AddBUtton";
import DeleteButton from "../../lib/DeleteButton";
import ToggleSwitch from "../../lib/ToggleSwitch";
import AddButton from "../../lib/components/AddButton";
import DeleteButton from "../../lib/components/DeleteButton";
import ToggleSwitch from "../../lib/components/ToggleSwitch";
import {
Documentation,
Features,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit add6536

Please sign in to comment.