mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 12:06:35 +08:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import NotfoundPage from '@/components/404';
|
|
|
|
export default function Custom404() {
|
|
return <NotfoundPage></NotfoundPage>;
|
|
}
|