diff --git a/client/src/App.tsx b/client/src/App.tsx
index 26cbb90..e843f87 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -33,6 +33,11 @@ import {
VendorShow,
} from "./pages/vendors";
import { ReactComponent as Logo } from "./icon.svg";
+import {
+ FileOutlined,
+ HighlightOutlined,
+ UserOutlined,
+} from "@ant-design/icons";
function App() {
const { t, i18n } = useTranslation();
@@ -73,6 +78,7 @@ function App() {
show: "/spool/show/:id",
meta: {
canDelete: true,
+ icon: ,
},
},
{
@@ -83,6 +89,7 @@ function App() {
show: "/filament/show/:id",
meta: {
canDelete: true,
+ icon: ,
},
},
{
@@ -93,6 +100,7 @@ function App() {
show: "/vendor/show/:id",
meta: {
canDelete: true,
+ icon: ,
},
},
]}