feat(sites): add argocd-skoleni.cz
This commit is contained in:
parent
a5f286ce83
commit
e98587e7fa
10 changed files with 120 additions and 0 deletions
10
sites/argocd-skoleni.cz/src/pages/index.tsx
Normal file
10
sites/argocd-skoleni.cz/src/pages/index.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Button } from "ui";
|
||||
|
||||
export default function Web() {
|
||||
return (
|
||||
<div>
|
||||
<h1>argocd-skoleni.cz</h1>
|
||||
<Button />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in a new issue