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

updated imports

parent 79b5f529
No related branches found
No related tags found
No related merge requests found
Pipeline #414860 failed
Showing
with 20 additions and 20 deletions
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Home() { export function Home() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Collaborations() { export function Collaborations() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Contribution() { export function Contribution() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Design() { export function Design() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Drylab() { export function Drylab() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Ethics() { export function Ethics() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Experiments() { export function Experiments() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
import { H2 } from "../components/headings"; import { H2 } from "../components/headings";
export function Impressum() { export function Impressum() {
const location = useLocation(); const location = useLocation();
......
...@@ -3,7 +3,7 @@ import { QaBox, SpecialQaBox } from "../components/Boxes"; ...@@ -3,7 +3,7 @@ import { QaBox, SpecialQaBox } from "../components/Boxes";
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { H3, H2 } from "../components/headings"; import { H3, H2 } from "../components/headings";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Ints() { export function Ints() {
const location = useLocation(); const location = useLocation();
useEffect(() => { useEffect(() => {
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Judging() { export function Judging() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Measurement() { export function Measurement() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
import H1 from "../components/headings"; import H1 from "../components/headings";
export function Notebook() { export function Notebook() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Parts() { export function Parts() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
import { H2, H3 } from "../components/headings"; import { H2, H3 } from "../components/headings";
export function Proof() { export function Proof() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Results() { export function Results() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
import { H2 } from "../components/headings"; import { H2 } from "../components/headings";
export function Safety() { export function Safety() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Supplementary() { export function Supplementary() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
export function Survey() { export function Survey() {
const location = useLocation(); const location = useLocation();
......
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
import { H2 } from "../components/headings"; import { H2 } from "../components/headings";
export function Team() { export function Team() {
......
...@@ -3,7 +3,7 @@ import {TabContext, TabList, TabPanel} from '@mui/lab'; ...@@ -3,7 +3,7 @@ import {TabContext, TabList, TabPanel} from '@mui/lab';
import Collapsible from "../components/Collapsible"; import Collapsible from "../components/Collapsible";
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
import React from "react"; import React from "react";
export function Wiki () { export function Wiki () {
const location = useLocation(); const location = useLocation();
......
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