feat: 🎸 封装了一个滚动加载组件
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { useState, useEffect } from "react";
|
||||
import StartClass from "./components/StartClass";
|
||||
import QuickAccess from "./components/QuickAccess";
|
||||
import CalendarTaskModule from "./components/CalendarTaskModule";
|
||||
@@ -8,6 +9,8 @@ import TaskList from "./components/TaskList";
|
||||
import "./index.css";
|
||||
|
||||
const Dashboard = () => {
|
||||
const [data, setData] = useState({});
|
||||
|
||||
return (
|
||||
<div className="dashboard">
|
||||
<StageProgress showBlockageAlert={true} />
|
||||
|
||||
Reference in New Issue
Block a user