Skip to content

Commit d13d083

Browse files
committed
feat(slim/module): add module root
1 parent e15db4d commit d13d083

File tree

1 file changed

+3
-0
lines changed
  • recipes/slim/snippets/sources/modules

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export { default as SignIn } from './SignIn'
2+
export { default as Dashboard } from './Dashboard'
3+
export { default as NotFound } from './NotFound'

0 commit comments

Comments
 (0)