mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: typescript refactor
This commit is contained in:
parent
81aead7611
commit
054f07e0e9
6 changed files with 29 additions and 43 deletions
9
front/components/LectureViews/Video/Video.tsx
Normal file
9
front/components/LectureViews/Video/Video.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import React from 'react'
|
||||
|
||||
function Video() {
|
||||
return (
|
||||
<div>Video</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Video
|
||||
Loading…
Add table
Add a link
Reference in a new issue