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