Skip to content

Commit 466f84d

Browse files
authored
Update layout.js
1 parent 2d244a4 commit 466f84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Navbar } from "./component/navbar";
1111
import { Footer } from "./component/footer";
1212

1313
//create your first component
14-
export const Layout = () => {
14+
const Layout = () => {
1515
//the basename is used when your project is published in a subdirectory and not in the root of the domain
1616
// you can set the basename on the .env file located at the root of this project, E.g: BASENAME=/react-hello-webapp/
1717
const basename = process.env.BASENAME || "";

0 commit comments

Comments
 (0)