Changed code indentation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Header from "./Header";
|
||||
import Header from "./Header"
|
||||
import Meta from "./Meta"
|
||||
import styles from "../styles/Layout.module.css"
|
||||
|
||||
@@ -18,5 +18,5 @@ export default function Layout(props) {
|
||||
<Header siteTitle={props.siteTitle} />
|
||||
<div className={styles.content}>{props.children}</div>
|
||||
</section>
|
||||
);
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user