diff --git a/src/App.tsx b/src/App.tsx index a5a08be..abbaa1f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,10 +1,12 @@ import GlobalStyle from '@styles/global'; +import BaseLayout from '@pages/BaseLayout'; + export default function App() { return (
- it works! + it works!
); } diff --git a/src/components/Footer/Footer.cy.tsx b/src/components/Footer/Footer.cy.tsx index 9700767..583815c 100644 --- a/src/components/Footer/Footer.cy.tsx +++ b/src/components/Footer/Footer.cy.tsx @@ -72,8 +72,4 @@ describe('