Skip to content
Snippets Groups Projects
Commit 08662679 authored by DuckyDuck69's avatar DuckyDuck69
Browse files

include video

parent 41b7d3f3
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ import TimeDuration from "./components/TimeDuration" ...@@ -2,6 +2,7 @@ import TimeDuration from "./components/TimeDuration"
import Title from "./components/Title" import Title from "./components/Title"
import FileInput from "./components/FileInput" import FileInput from "./components/FileInput"
import TodoList from "./components/ToDoList" import TodoList from "./components/ToDoList"
import Video from "./components/Video"
function App() { function App() {
return ( return (
...@@ -11,6 +12,7 @@ function App() { ...@@ -11,6 +12,7 @@ function App() {
<Title/> <Title/>
<Video/> <Video/>
<TimeDuration/> <TimeDuration/>
<Video/>
<FileInput /> <FileInput />
<TodoList /> <TodoList />
</div> </div>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment