Skip to content

Commit 3a8ebbd

Browse files
committed
feat(slim/blocks): add Loader block
1 parent bfea2b4 commit 3a8ebbd

File tree

2 files changed

+2
-0
lines changed
  • recipes/slim/snippets/sources/components/blocks/Loader

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from './PageLoader'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as PageLoader } from './PageLoader'

0 commit comments

Comments
 (0)