Kafetegia css modulesera pasatzen du (#13)

* feat: styled components hasieratik kentzen du

* refactor: extract component

* refactor: move to new file

* feat: kafetegia css modulesera pasatzen du

* feat: produktu zerrenda css modulesera pasatzen du
This commit is contained in:
Aitor Urrutia
2023-12-25 20:49:33 +01:00
committed by GitHub
parent 9aa9b67228
commit 7cce0ccdd1
11 changed files with 266 additions and 224 deletions

View File

@@ -3,7 +3,6 @@ import React from 'react';
import { graphql, PageProps, useStaticQuery } from 'gatsby';
import { SEO } from '../components/SEO';
import { GlobalStyles } from '../ui/GlobalStyles';
import { Hasiera } from '../views/Hasiera/Hasiera';
import { HasieraContent } from '../views/Hasiera/HasieraContent';
@@ -30,8 +29,6 @@ const IndexPage: React.FC<PageProps> = ({ location }) => {
location={location}
/>
<GlobalStyles />
<Hasiera content={strapiHasiera} />
</>
);