diff --git a/src/views/Standlone.jsx b/src/views/Standlone.jsx index fa63c00..fe3848d 100644 --- a/src/views/Standlone.jsx +++ b/src/views/Standlone.jsx @@ -1,15 +1,14 @@ -import { Outlet } from 'react-router-dom' -import { Layout, ConfigProvider, theme, Row, Col, App as AntApp } from 'antd' -import 'antd/dist/reset.css' -import AppLogo from '@/assets/logo-gh.png' -import { useThemeContext } from '@/stores/ThemeContext' -import { BUILD_VERSION, } from '@/config'; +import { Outlet } from "react-router-dom"; +import { Layout, ConfigProvider, theme, Row, Col, App as AntApp } from "antd"; +import "antd/dist/reset.css"; +import AppLogo from "@/assets/logo-gh.png"; +import { useThemeContext } from "@/stores/ThemeContext"; +import { BUILD_VERSION } from "@/config"; -const { Header, Content, Footer } = Layout +const { Header, Content, Footer } = Layout; function Standlone() { - - const { colorPrimary } = useThemeContext() + const { colorPrimary } = useThemeContext(); return ( - -
- - - App logo - -

Global Highlights Hub

-
+ +
+ App logo +

Global Highlights Hub

- + -
China Highlights International Travel Service Co., LTD, Version: {BUILD_VERSION}
+
- ) + ); } -export default Standlone +export default Standlone;