parent
e806e8d589
commit
2abd97a217
@ -0,0 +1,13 @@
|
|||||||
|
import React, { useState, useEffect, memo } from 'react';
|
||||||
|
|
||||||
|
import { getUrl2, isDev } from 'educoder'
|
||||||
|
import axios from 'axios'
|
||||||
|
|
||||||
|
function InfoVideo (props) {
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div>123</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default InfoVideo
|
Loading…
Reference in new issue