mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-18 00:20:00 +02:00
🗺 Adds React router
This commit is contained in:
@@ -2,7 +2,6 @@ import { Route, Routes } from 'react-router-dom';
|
||||
import Styled from 'styled-components';
|
||||
import Home from 'pages/Home';
|
||||
import colors from 'styles/colors';
|
||||
import 'App.css';
|
||||
|
||||
const Container = Styled.main`
|
||||
background: ${colors.background};
|
||||
|
Reference in New Issue
Block a user