Skip to content
Snippets Groups Projects
Commit 6251798d authored by Kamile Liucija Vainiute's avatar Kamile Liucija Vainiute
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 96ba4316
No related branches found
No related tags found
No related merge requests found
......@@ -4,31 +4,7 @@ import React from "react";
export interface InspirationLink {
year: number;
teamName: string;
pageName:
| string
| "Team"
| "Attributions"
| "Contribution"
| "Description"
| "Engineering"
| "Experiments"
| "Notebook"
| "Results"
| "Safety"
| "Human Practices"
| "Education"
| "Entrepreneurship"
| "Hardware"
| "Inclusivity"
| "Measurement"
| "Model"
| "Plant"
| "Software"
| "Sustainable"
// non-standard URLs
| "Team_Member"
| "Members"
| "Inclusion";
pageName: string;
}
interface InspirationsProps {
......
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