mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
12 lines
187 B
JavaScript
12 lines
187 B
JavaScript
import { Custom404Layout } from '@/themes'
|
|
|
|
/**
|
|
* 自定义404界面
|
|
* @returns {JSX.Element}
|
|
* @constructor
|
|
*/
|
|
|
|
export default function Custom404 () {
|
|
return <Custom404Layout />
|
|
}
|