mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 00:00:26 +00:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import { Outlet } from 'react-router-dom'
|
|
|
|
export default function DebugPage() {
|
|
return <Outlet />
|
|
}
|