Add video and guide components

This commit is contained in:
Kamran Ahmed
2021-08-14 20:29:05 +02:00
parent c84e7d41bb
commit b4ce36fb04
6 changed files with 161 additions and 457 deletions

5
pages/watch/index.tsx Normal file
View File

@ -0,0 +1,5 @@
export default function Watch() {
return (
<h1>Hello world</h1>
);
}