Skip to content

Commit

Permalink
refactor(dossier): remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aaadryyy committed Dec 1, 2023
1 parent dd39778 commit 6c09d33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/dossiers/dossier/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import React from "react";
import Box from "@mui/material/Box";
import Tab from "@mui/material/Tab";
import Tabs from "@mui/material/Tabs";
import Typography from "@mui/material/Typography";
import { useTheme } from "@mui/material";

import Hero from "@/components/folders/HeroSection";
import PreviewTab from "@/components/folders/PreviewTab";
Expand Down

0 comments on commit 6c09d33

Please sign in to comment.