Skip to content
Snippets Groups Projects
index.tsx 1.89 KiB
Newer Older
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed


export * from "./Home.tsx";
// Team
export * from "./team.tsx";
export * from "./attributions.tsx";
// Project
export * from "./contribution.tsx";
export * from "./description.tsx";
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "../sidebars/descS.tsx"
export * from "./engineering.tsx";
export * from "./experiments.tsx";
export * from "./notebook.tsx";
export * from "./results.tsx";
// Safety
export * from "./safety.tsx";
// Human Practices
export * from "./human-practices.tsx";
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "../sidebars/hpS.tsx"
export * from "./Bfh.tsx";
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./wiki.tsx";
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./drylab.tsx";
export * from "./impressum.tsx";
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./measurement.tsx";
export * from "./partners.tsx";
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./supplementary-material.tsx";
export * from "./interviews.tsx"; 
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "../headers/bhf-h.tsx"
export * from "../headers/attribution-h.tsx"
export * from "../headers/cont-h.tsx"
export * from "../headers/desc-h.tsx"
export * from "../headers/home-h.tsx"
export * from "../headers/exp-h.tsx"
export * from "../headers/hp-h.tsx"
export * from "../headers/imp-h.tsx"
export * from "../headers/note-h.tsx"
export * from "../headers/res-h.tsx"
export * from "../headers/safe-h.tsx"
export * from "../headers/team-h.tsx"
export * from "../headers/wiki-h.tsx"
export * from "../headers/ints-h.tsx"
export * from "../headers/spons-h.tsx"
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "../headers/dry-h.tsx"
export * from "../headers/eng-h.tsx"
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "../headers/sup-h.tsx"
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "../headers/mes-h.tsx"
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed

Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./parts.tsx"; 
export * from "../headers/part-h.tsx"

export * from "./proof.tsx"; 
export * from "../headers/proof-h.tsx"

Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./design.tsx"; 
export * from "../headers/des-h.tsx"

Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./judging.tsx"; 
export * from "../headers/judge-h.tsx"
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./ethics.tsx"; 
export * from "../headers/eth-h.tsx"

Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "./example.tsx"; 

Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "../sidebars/engS.tsx"
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
export * from "../sidebars/none.tsx"