gitbook useRouter

This commit is contained in:
tangly1024
2023-07-08 11:38:38 +08:00
parent 667ad8b58a
commit b581110d19

View File

@@ -1,3 +1,5 @@
'use client'
import CONFIG from './config'
import { useRouter } from 'next/router'
import { useEffect, useState, createContext, useContext } from 'react'