Skip to content
Snippets Groups Projects
Commit 00449d87 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

parts

parent 0bde82cc
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import { LoremMedium } from "../components/Loremipsum";
import { Section, Subesction } from "../components/sections";
import { PartTable } from "../components/Table";
import { useTabNavigation } from "../utils/TabNavigation";
import { BasicParts, CompositeParts } from "../data/parts";
import { BasicParts } from "../data/parts";
export function Parts() {
useTabNavigation();
......@@ -44,7 +44,7 @@ export function Parts() {
<PartTable cols={headcols} data={BasicParts}/>
</Subesction>
<Subesction title="Composite Parts" id="Parts Collection3">
<PartTable cols={headcols} data={CompositeParts}/>
.
</Subesction>
</Section>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment