UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

10 lines (8 loc) 209 B
import * as route from './route'; export { route }; export * from './Document'; export * from './Head'; export * from './Link'; export * from './Main'; export * from './NextScript'; export * from './Router';