mirror of
https://github.com/PlayEdu/backend
synced 2025-06-29 04:35:08 +08:00
优化组件名
This commit is contained in:
parent
83d86c58ed
commit
050912f60d
@ -1 +0,0 @@
|
||||
export * from "./Footer";
|
@ -1,5 +1,4 @@
|
||||
import React from "react";
|
||||
import styles from "./Footer.module.less";
|
||||
import { Layout, Typography } from "antd";
|
||||
|
||||
export const Footer: React.FC = () => {
|
@ -1 +0,0 @@
|
||||
export * from "./Header";
|
@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import styles from "./Header.module.less";
|
||||
import { Layout, Typography, Button, Dropdown, MenuProps } from "antd";
|
||||
import styles from "./index.less";
|
||||
import { Layout, Button, Dropdown, MenuProps } from "antd";
|
||||
import { useSelector } from "../../store/hooks";
|
||||
import { useDispatch } from "react-redux";
|
||||
import { useNavigate } from "react-router-dom";
|
@ -1 +0,0 @@
|
||||
export * from "./LeftMenu";
|
@ -7,7 +7,7 @@ import {
|
||||
import { Menu } from "antd";
|
||||
//导出路由跳转hooks函数
|
||||
import { useNavigate, Link } from "react-router-dom";
|
||||
import styles from "./LeftMenu.module.less";
|
||||
import styles from "./index.less";
|
||||
import logo from "../../assets/logo.png";
|
||||
import "../../utils/index.less";
|
||||
|
Loading…
x
Reference in New Issue
Block a user