chore: updated css comments

This commit is contained in:
JGerla
2026-01-28 12:07:33 +01:00
parent 9e06bf079b
commit dfe793e04a
21 changed files with 55 additions and 24 deletions

View File

@@ -1,3 +1,6 @@
// This program has been developed by students from the bachelor Computer Science at Utrecht
// University within the Software Project course.
// © Copyright Utrecht University (Department of Information and Computing Sciences)
import styles from "./ExperimentLogs.module.css";
import {LogMessages} from "../../../components/Logging/Logging.tsx";
import {useEffect, useMemo, useState} from "react";