Skip to content

Commit 3b35195

Browse files
authored
Merge pull request #320 from daccotta-org/feat/Jan25
bug
2 parents c1c5462 + f007369 commit 3b35195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/layouts/authenticated-layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react"
22
import { Outlet } from "react-router-dom"
33

44
import "./layout.css"
5-
import { DockDemo } from "@/components/ui/DockBar"
5+
//import { DockDemo } from "@/components/ui/DockBar"
66
import Navbar from "@/components/custom/Navbar/TestNavbar"
77

88
const AuthenticatedLayout: React.FC = () => {

0 commit comments

Comments
 (0)