mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-11 03:06:56 +02:00
.
This commit is contained in:
5
packages/web/src/components/blocks/BlockPage.tsx
Normal file
5
packages/web/src/components/blocks/BlockPage.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { MyBlocksView } from "../BlockLayout"
|
||||
|
||||
export default function BlockPage() {
|
||||
return <MyBlocksView />
|
||||
}
|
||||
5
packages/web/src/components/blocks/MarketplacePage.tsx
Normal file
5
packages/web/src/components/blocks/MarketplacePage.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { MarketplaceView } from "../BlockLayout"
|
||||
|
||||
export default function MarketplacePage() {
|
||||
return <MarketplaceView />
|
||||
}
|
||||
Reference in New Issue
Block a user