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:
@@ -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} />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user