This website works better with JavaScript.
Explore
Help
Register
Sign In
mahdi
/
danovinTasks
Watch
1
Star
0
Fork
You've already forked danovinTasks
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
266
Commits
1
Branch
0
Tags
123 MiB
Tag:
Branch:
Tree:
629fdece6b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '629fdece6b'
${ noResults }
danovinTasks
/
src
/
components
/
FileManager
/
index.js
8 lines
103 B
Raw
Normal View
History
Unescape
Escape
update
3 years ago
import
React
from
"react"
;
const
index
=
(
)
=>
{
return
<
div
>
index
<
/
d
i
v
>
;
}
;
export
default
index
;