moved styled-components code

This commit is contained in:
plebbitor
2023-04-09 08:37:29 +02:00
parent 60374f5724
commit fa64e0616c
15 changed files with 625 additions and 622 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React, { useEffect } from 'react';
import useGeneralStore from '../../hooks/stores/useGeneralStore';
import { Link } from "react-router-dom";
import { Container, Header, Logo, Page, Boards, BoardsTitle } from './styles/Home.styled';
import { Container, Header, Logo, Page, Boards, BoardsTitle } from '../styled/Home.styled';
const NotFound = ({ setBodyStyle }) => {