last update
This commit is contained in:
@@ -1,19 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import { useEffect } from "react";
|
||||
import Header from "./header";
|
||||
import Sidebar from "./sidebar";
|
||||
import UserDetail from "./userDetail";
|
||||
|
||||
// AOS
|
||||
import Aos from "aos";
|
||||
import "aos/dist/aos.css";
|
||||
|
||||
function LayoutPanel({ children, data }) {
|
||||
useEffect(() => {
|
||||
Aos.init({ duration: 1000 });
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="flex min-h-screen">
|
||||
<Sidebar />
|
||||
|
||||
Reference in New Issue
Block a user