vite-riot-template/src/index.js

5 lines
91 B
JavaScript
Raw Normal View History

2022-07-18 03:50:39 +00:00
import Registery from './pages/registery.js';
2022-07-07 02:32:19 +00:00
2022-07-18 03:50:39 +00:00
// globally register all pages
Registery();