UNPKG

webpack-router-generator

Version:

A routing list is generated automatically according to the information defined in the file, which is used in webpack.

7 lines (6 loc) 103 B
export default function Index() { return <div>Index Page</div> } Index.route = { path: "/" }