mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
feat: add Dockerfile
This commit is contained in:
parent
767121c77b
commit
ed20227b1a
9 changed files with 144 additions and 7 deletions
|
@ -4,7 +4,13 @@ import { usePreferencesStore } from "./store/preferences";
|
|||
import { Navbar } from "./components/Navbar/NavbarUpdate";
|
||||
import { Inter } from "next/font/google";
|
||||
import { useEffect, useState } from "react";
|
||||
import { Button, Modal, ModalBody, ModalFooter, ModalHeader } from "flowbite-react";
|
||||
import {
|
||||
Button,
|
||||
Modal,
|
||||
ModalBody,
|
||||
ModalFooter,
|
||||
ModalHeader,
|
||||
} from "flowbite-react";
|
||||
import { Spinner } from "./components/Spinner/Spinner";
|
||||
import { ChangelogModal } from "#/components/ChangelogModal/ChangelogModal";
|
||||
import { Bounce, ToastContainer } from "react-toastify";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue