moved components, fonts, images to main
add privat add LinkBox to privat
This commit is contained in:
11
src/privat/components/Links.js
Normal file
11
src/privat/components/Links.js
Normal 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;
|
||||
Reference in New Issue
Block a user