setup husky prettier eslint
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { BreadcrumbBasic } from "@/components/app-breadcrumb";
|
||||
import { AppSidebar } from "@/components/app-sidebar";
|
||||
import { ModeToggle } from "@/components/mode-toogle";
|
||||
import { SidebarProvider, SidebarTrigger } from "@/components/ui/sidebar";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import React from "react";
|
||||
import { BreadcrumbBasic } from '@/components/app-breadcrumb';
|
||||
import { AppSidebar } from '@/components/app-sidebar';
|
||||
import { ModeToggle } from '@/components/mode-toogle';
|
||||
import { SidebarProvider, SidebarTrigger } from '@/components/ui/sidebar';
|
||||
import { Separator } from '@/components/ui/separator';
|
||||
import React from 'react';
|
||||
|
||||
const ModulesLayout = ({
|
||||
children,
|
||||
@@ -31,5 +31,4 @@ const ModulesLayout = ({
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
export default ModulesLayout;
|
||||
|
||||
Reference in New Issue
Block a user