From 97d72720e46bfcfa15ee56c66090874728f9d24d Mon Sep 17 00:00:00 2001 From: Julien Deniau Date: Wed, 21 Feb 2024 00:26:45 +0100 Subject: [PATCH] remove classnames --- package.json | 1 - src/component/Connection/Nav.tsx | 5 ----- yarn.lock | 1 - 3 files changed, 7 deletions(-) diff --git a/package.json b/package.json index 789932f..119d171 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "license": "MIT", "dependencies": { "antd": "^5.14.1", - "classnames": "^2.5.1", "electron-squirrel-startup": "^1.0.0", "electron-store": "^8.1.0", "env-paths": "^3.0.0", diff --git a/src/component/Connection/Nav.tsx b/src/component/Connection/Nav.tsx index 0073db4..d681455 100644 --- a/src/component/Connection/Nav.tsx +++ b/src/component/Connection/Nav.tsx @@ -1,7 +1,6 @@ import { Link } from 'react-router-dom'; import { ReactElement, useContext } from 'react'; import { Button } from 'antd'; -import cn from 'classnames'; import { ConnectionContext } from '../../Contexts'; export default function Nav(): ReactElement { @@ -20,10 +19,6 @@ export default function Nav(): ReactElement { > { setCurrentConnectionName(connection); }} diff --git a/yarn.lock b/yarn.lock index f8ba350..026a7fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8250,7 +8250,6 @@ __metadata: "@typescript-eslint/eslint-plugin": "npm:^7.0.2" "@typescript-eslint/parser": "npm:^7.0.2" antd: "npm:^5.14.1" - classnames: "npm:^2.5.1" electron: "npm:28.2.3" electron-devtools-installer: "npm:^3.2.0" electron-squirrel-startup: "npm:^1.0.0"