diff --git a/src/pages/CreateSightPage/index.tsx b/src/pages/CreateSightPage/index.tsx index dfd4a00..416ac69 100644 --- a/src/pages/CreateSightPage/index.tsx +++ b/src/pages/CreateSightPage/index.tsx @@ -1,4 +1,4 @@ -import { Box, Button, Tab, Tabs } from "@mui/material"; +import { Box, Tab, Tabs } from "@mui/material"; import { articlesStore, cityStore, languageStore } from "@shared"; import { CreateInformationTab, diff --git a/src/shared/modals/SelectArticleDialog/index.tsx b/src/shared/modals/SelectArticleDialog/index.tsx index aae8291..6af69d8 100644 --- a/src/shared/modals/SelectArticleDialog/index.tsx +++ b/src/shared/modals/SelectArticleDialog/index.tsx @@ -1,4 +1,4 @@ -import { articlesStore, authInstance, Language, languageStore } from "@shared"; +import { articlesStore, authInstance, languageStore } from "@shared"; import { observer } from "mobx-react-lite"; import { useEffect, useState } from "react"; import { @@ -106,7 +106,6 @@ export const SelectArticleModal = observer( // article.service_name.toLowerCase().includes(searchQuery.toLowerCase()) // ); - const token = localStorage.getItem("token"); return (