moved style folder

added index.scss to index.tsx

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-05-31 12:29:10 +02:00 committed by mrdrogdrog
parent 5c716bd314
commit d035ff26a5
70 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,6 @@ import React from 'react'
import { Container } from 'react-bootstrap'
import { HeaderBar } from './layout/navigation/header-bar/header-bar'
import { Footer } from './layout/footer/footer'
import './layout/style/index.scss'
export const LandingLayout: React.FC = ({ children }) => {
return (