Skip to content

Commit eb32baa

Browse files
committed
Fix className
1 parent 2e20025 commit eb32baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codegen/layouts/route.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{> route-imports }}
22

3-
class {{routeName}} {
3+
class {{className}} {
44
{{> route-class-methods }}
55
}

0 commit comments

Comments
 (0)