diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index a04e1f4..e2a15dd 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -3,7 +3,7 @@ import { useEffect, useState } from "react"; import { useRouter } from "next/navigation"; import BarcodeScanner from "../../components/BarcodeScanner"; -import "../styles/components/dashboard.scss"; +import "../styles/layout/dashboard.scss"; type Equipo = { id: string;