diff --git a/apps/site/src/app/(home)/sections/Landing/Landing.tsx b/apps/site/src/app/(home)/sections/Landing/Landing.tsx index 606ac342..a64a0b99 100644 --- a/apps/site/src/app/(home)/sections/Landing/Landing.tsx +++ b/apps/site/src/app/(home)/sections/Landing/Landing.tsx @@ -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 = () => {