mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 14:04:43 -04:00
moved style folder
added index.scss to index.tsx Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
5c716bd314
commit
d035ff26a5
70 changed files with 3 additions and 3 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue