6 lines
65 B
TypeScript
6 lines
65 B
TypeScript
|
|
import notFound from './404';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
notFound,
|
||
|
|
};
|