mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-05-05 12:55:55 +02:00
Remove unused imports
This commit is contained in:
parent
d739d84c67
commit
b7739887b3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
|
|||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
import * as styles from "./Navigation.module.scss";
|
||||
import { Globe, Info, List, PenTool, RefreshCw, Wrench } from "lucide-react";
|
||||
import { Globe, Info, List, RefreshCw } from "lucide-react";
|
||||
import LanguageChooser from "./LanguageChooser";
|
||||
import ServiceWorkerAPI from "../services/serviceWorkers"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue