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

add design page

parent 327aaff2
No related branches found
No related tags found
No related merge requests found
export function Design() {
return (
<>
<div className="row mt-4">
<div className="col-lg-8">
</div>
</div>
</>
);
}
\ No newline at end of file
......@@ -50,6 +50,9 @@ export * from "../headers/part-h.tsx"
export * from "./proof.tsx";
export * from "../headers/proof-h.tsx"
export * from "./design.tsx";
export * from "../headers/des-h.tsx"
......
export function DESH() {
return (
<>
<div className="row">
<div className="col">
</div>
</div>
<div className="row">
</div>
</>
);
}
\ No newline at end of file
......@@ -11,6 +11,7 @@
Supplementary,
Parts,
Proof,
Design,
Partners,
Ints,
Measurement,
......@@ -22,7 +23,7 @@
Impressum
} from "./contents";
import { BFHH, PROOFH, SUPH, PARTH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents";
import { BFHH, DESH, PROOFH, SUPH, PARTH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents";
interface Base {
name: string | undefined;
......
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