Skip to content

Commit 2ca4800

Browse files
committed
Add codegen message
1 parent 976b7d2 commit 2ca4800

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

codegen/layouts/route-index.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
{{#each routes}}
27
export * from './{{.}}'
38
{{/each}}

codegen/layouts/route.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
{{> route-imports }}
27

38
export class {{className}} {

0 commit comments

Comments
 (0)