Skip to content

Commit

Permalink
Fix: Fixed directory name issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmihi committed Nov 6, 2023
1 parent bac88ce commit aea40ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dashboards/Y3S2/Y3S2.page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Menu } from "./menu";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import CardsPage from "./Cards.view/page";

const Supplier = () => {
const Y3S2 = () => {
return (
<>
<div className="hidden md:block">
Expand All @@ -26,4 +26,4 @@ const Supplier = () => {
);
};

export default Supplier;
export default Y3S2;

0 comments on commit aea40ae

Please sign in to comment.