fix(vars): remove unused

This commit is contained in:
0ry5 2024-09-13 21:28:46 +02:00
parent 2016a8619d
commit 1e19501dab
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@ import "./App.css";
import { Main } from "./pages";
import { Library } from "./pages/Library";
import { Book } from "./pages/Book";
import * as colors from "./colors";
import { ActiveModalProps } from "./shared/components/modals/types";
export const AuthContext = createContext<{

View file

@ -1,7 +1,6 @@
import React from "react";
import { Button, Modal } from "react-bootstrap";
import { AiOutlineClose } from "react-icons/ai";
import { primary, secondary } from "../../../colors";
export const ModalHeader = ({
title,