Fix: Imports on backend
Fix: Connected Backend to Frontend over localhost
This commit is contained in:
11
web_server/frontend/src/pages/VideoPage.tsx
Normal file
11
web_server/frontend/src/pages/VideoPage.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const VideoPage: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Hello!</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default VideoPage;
|
||||
Reference in New Issue
Block a user