Skip to content

Commit

Permalink
fix: broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 committed Nov 9, 2023
1 parent f5cc660 commit e5b516b
Showing 1 changed file 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

0 comments on commit e5b516b

Please sign in to comment.