Skip to content

Commit

Permalink
Merge pull request #10 from HackAtUCI/refactor/lib-folder
Browse files Browse the repository at this point in the history
refactor: move components to lib folder
  • Loading branch information
tyleryy authored Nov 9, 2023
2 parents f725912 + e5b516b commit 63d9c03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/app/(home)/sections/Landing/Landing.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Button from "@/components/Button/Button";
import Button from "@/lib/components/Button/Button";
import styles from "./Landing.module.css";

const Landing = () => {
Expand Down
File renamed without changes.

0 comments on commit 63d9c03

Please sign in to comment.