[site][showcases][s] Merge examples into Showcases tab
This commit is contained in:
@@ -35,7 +35,7 @@ export default function Home({ sidebarTree }) {
|
||||
sidebarTree={sidebarTree}
|
||||
>
|
||||
<Features />
|
||||
<Showcases />
|
||||
|
||||
<Community />
|
||||
</Layout>
|
||||
</>
|
||||
|
||||
8
site/pages/showcases.tsx
Normal file
8
site/pages/showcases.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import Layout from "@/components/Layout";
|
||||
import Showcases from "@/components/Showcases";
|
||||
|
||||
export default function ShowcasesList() {
|
||||
return (
|
||||
<Layout><Showcases/></Layout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user