Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • 2024/bielefeld-cebitec
  • l-sanfilippo/bielefeld-ce-bi-tec-temp
2 results
Show changes
Showing
with 1910 additions and 380 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
import React from 'react';
import '../App/LoadingScreen.css'; // Adjust the path if necessary
const LoadingScreen: React.FC = () => {
console.log('LoadingScreen rendered')
return (
<div id="LoadingScreen">
<img src="https://static.igem.wiki/teams/5247/loading-screen/pulsierende-herz.png" alt="Loading..." className="custom-animation" />
</div>
);
};
export default LoadingScreen;
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.