cleanup & small features

This commit is contained in:
2024-04-13 13:14:59 +03:00
parent c8c5c45fe2
commit 8904d3c2b6
5 changed files with 15 additions and 14 deletions

View File

@ -6,8 +6,8 @@ import {
SettingOutlined,
UserOutlined,
} from "@ant-design/icons";
import { Drawer, Layout, Menu, MenuProps, Popover } from "antd";
import React, { Children, useEffect, useState } from "react";
import { Drawer, Layout, Menu, MenuProps } from "antd";
import React, { useEffect, useState } from "react";
import AuthModal from "./AuthModal";
import "./styles.css";
import { StorePrototype, logOut, setLanguage, store } from "../config/store";