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

deleted headers

parent bd1ab7b1
No related branches found
No related tags found
No related merge requests found
Pipeline #423616 failed
......@@ -59,8 +59,7 @@ export * from "../headers/judge-h.tsx"
export * from "./example.tsx";
export * from "./education.tsx";
export * from "../headers/edu-h.tsx"
export * from "../sidebars/engS.tsx"
export * from "../sidebars/intS.tsx"
......@@ -68,8 +67,6 @@ export * from "../sidebars/safeS.tsx"
export * from "../sidebars/none.tsx"
export * from "./survey.tsx";
export * from "../headers/sur-h.tsx"
export * from "./collaborations.tsx";
export * from "../headers/coll-h.tsx"
......
export function EDUH() {
return (
<HeaderBox title="Education and Outreach">
</HeaderBox>
);
}
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function SURH() {
return (
<HeaderBox title="Survey">
</HeaderBox>
);
}
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
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