temp
This commit is contained in:
@@ -9,6 +9,7 @@ import { ToastContainer } from 'react-toastify';
|
||||
import 'react-toastify/dist/ReactToastify.css';
|
||||
import { useHomeStore } from './store';
|
||||
import { nanoid } from 'nanoid';
|
||||
import { Beian } from '../beian';
|
||||
const useFocus = () => {
|
||||
const inputRef = useRef<HTMLInputElement>(null);
|
||||
useEffect(() => {
|
||||
@@ -88,5 +89,6 @@ export const AppProvider = () => {
|
||||
<Nav />
|
||||
<App />
|
||||
<ToastContainer />
|
||||
<Beian />
|
||||
</XProvider>;
|
||||
}
|
||||
Reference in New Issue
Block a user