We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976b7d2 commit 2ca4800Copy full SHA for 2ca4800
2 files changed
codegen/layouts/route-index.hbs
@@ -1,3 +1,8 @@
1
+/*
2
+ * Automatically generated by codegen/smith.ts.
3
+ * Do not edit this file or add other files to this directory.
4
+ */
5
+
6
{{#each routes}}
7
export * from './{{.}}'
8
{{/each}}
codegen/layouts/route.hbs
{{> route-imports }}
export class {{className}} {
0 commit comments