1
This commit is contained in:
@@ -8,6 +8,7 @@ import "./App.css";
|
||||
import ErrorAlert from "./alerts/error";
|
||||
import NoticeAlert from "./alerts/notice";
|
||||
import SuccessAlert from "./alerts/success";
|
||||
import { Toaster } from "./components/bs-ui/toast";
|
||||
import { alertContext } from "./contexts/alertContext";
|
||||
import { locationContext } from "./contexts/locationContext";
|
||||
import { userContext } from "./contexts/userContext";
|
||||
@@ -215,6 +216,8 @@ export default function App() {
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
{/* 新弹窗 */}
|
||||
<Toaster></Toaster>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user