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

example page

parent d0052bbd
No related branches found
No related tags found
No related merge requests found
Pipeline #396825 passed
export function Example() {
return (
<>
<div className="row mt-4">
<div className="col-lg-8">
</div>
</div>
</>
);
}
\ No newline at end of file
...@@ -60,6 +60,8 @@ export * from "../headers/judge-h.tsx" ...@@ -60,6 +60,8 @@ export * from "../headers/judge-h.tsx"
export * from "./ethics.tsx"; export * from "./ethics.tsx";
export * from "../headers/eth-h.tsx" export * from "../headers/eth-h.tsx"
export * from "./example.tsx";
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
Safety, Safety,
Team, Team,
Wiki, Wiki,
Impressum Impressum,
Example
} from "./contents"; } from "./contents";
import { BFHH, ETHH, JUDGEH, DESH, PROOFH, SUPH, PARTH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents"; import { BFHH, ETHH, JUDGEH, DESH, PROOFH, SUPH, PARTH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents";
...@@ -110,6 +111,14 @@ const Pages: (Page | Folder)[] = [ ...@@ -110,6 +111,14 @@ const Pages: (Page | Folder)[] = [
header: ETHH, header: ETHH,
navlist: [""], navlist: [""],
}, },
{
name: "Example",
title: "Example",
path: "/example",
component: Example,
header: HOMEH,
navlist: [""],
},
{ {
name: "Experiments", name: "Experiments",
title: "Experiments", title: "Experiments",
......
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