mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 15:09:45 +08:00
安装less
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export * from "./HomePage";
|
||||
@@ -1,14 +1,10 @@
|
||||
import React, { useEffect } from "react";
|
||||
import styles from "./HomePage.module.less";
|
||||
import styles from "./index.module.less";
|
||||
import { Outlet, useNavigate } from "react-router-dom";
|
||||
import { Header, LeftMenu, Footer } from "../../compenents";
|
||||
import { login } from "../../api/index";
|
||||
|
||||
|
||||
export const HomePage: React.FC = () => {
|
||||
useEffect(() => {
|
||||
|
||||
}, []);
|
||||
useEffect(() => {}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
Reference in New Issue
Block a user