no log: Move auth page to special-page folder

pull/1509/head
LASER-Yi 3 years ago
parent 6f9c7f3da2
commit 56729e0dbb

@ -15,9 +15,9 @@ import { useNotification } from "../@redux/hooks/site";
import store from "../@redux/store";
import "../@scss/index.scss";
import Socketio from "../@socketio";
import Auth from "../Auth";
import { LoadingIndicator, ModalProvider } from "../components";
import Sidebar from "../Sidebar";
import Auth from "../special-pages/AuthPage";
import LaunchError from "../special-pages/LaunchError";
import UIError from "../special-pages/UIError";
import { useBaseUrl, useHasUpdateInject } from "../utilites";

@ -12,7 +12,7 @@ import { Redirect } from "react-router-dom";
import { useReduxStore } from "../@redux/hooks/base";
import logo from "../@static/logo128.png";
import { SystemApi } from "../apis";
import "./style.scss";
import "./AuthPage.scss";
interface Props {}
Loading…
Cancel
Save