UnisKB/ui/src/locales/lang/en_US/views/index.ts

6 lines
65 B
TypeScript
Raw Normal View History

2024-05-18 01:34:27 +00:00
import notFound from './404';
export default {
notFound,
};