moved components, fonts, images to main

add privat
add LinkBox to privat
This commit is contained in:
2023-01-15 19:54:03 +01:00
parent 466cb5e822
commit a7ee872ebd
20 changed files with 83 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
import LinkBox from './LinkBox';
function Links () {
return (
<div>
<LinkBox title="Gitlab" subtitle="Git Verwaltung" url="172.22.1.1:7202"/>
</div>
);
}
export default Links;