mirror of
https://github.com/linsa-io/linsa.git
synced 2026-06-27 22:16:15 +02:00
.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { MyBlocksView } from "../BlockLayout"
|
||||
|
||||
export default function BlockPage() {
|
||||
return <MyBlocksView />
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import { MarketplaceView } from "../BlockLayout"
|
||||
|
||||
export default function MarketplacePage() {
|
||||
return <MarketplaceView />
|
||||
}
|
||||
Reference in New Issue
Block a user