Skip to content

Commit

Permalink
[#84] Move layout component to a separate layouts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Nov 12, 2024
1 parent 380cc3c commit 543bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout.jsx → src/layouts/Layout.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { Container, Icon } from "semantic-ui-react";
import { Navbar } from "react-bootstrap";
import NavbarMenu from "./NavbarMenu";
import NavbarMenu from "../components/NavbarMenu.jsx";
import { Outlet } from "react-router-dom";

const Layout = ({ children }) => {
Expand Down

0 comments on commit 543bdf4

Please sign in to comment.