Add ide scaffold or ideas

related to #218
This commit is contained in:
Kurt Hutten
2021-03-04 21:46:40 +11:00
parent 2c1df8a5e5
commit 6097866034
8 changed files with 204 additions and 0 deletions

View File

@@ -2,11 +2,13 @@ import MainLayout from 'src/layouts/MainLayout'
import PartsCell from 'src/components/PartsCell'
import LandingSection from 'src/components/LandingSection'
import Seo from 'src/components/Seo/Seo'
import IdeToolbar from 'src/components/IdeToolbarNew'
const PartsPage = () => {
return (
<MainLayout>
<Seo title="Parts page" description="Cadhub parts page" lang="en-US" />
<IdeToolbar />
<LandingSection />
<PartsCell shouldFilterPartsWithoutImage />
</MainLayout>