chore: remove unused import

This commit is contained in:
karishmas6
2024-03-07 02:30:04 +05:30
parent e3bb798334
commit ed4ff65414

View File

@@ -1,4 +1,4 @@
import { Layout, Menu, Col, Row } from "antd"; import { Layout, Menu, Col } from "antd";
import { Link } from "react-router-dom"; import { Link } from "react-router-dom";
const { Header } = Layout; const { Header } = Layout;