Add WaniKani
This commit is contained in:
parent
d2dfb621f4
commit
ea09afc2d9
8 changed files with 248 additions and 9 deletions
|
@ -5,6 +5,7 @@ import Hackthebox from "./infos/Hackthebox";
|
|||
import Git from "./infos/Git";
|
||||
import Osu from "./infos/Osu";
|
||||
import Anilist from "./infos/Anilist";
|
||||
import Wanikani from "./infos/Wanikani";
|
||||
|
||||
function Infos() {
|
||||
return (
|
||||
|
@ -16,6 +17,7 @@ function Infos() {
|
|||
<Hackthebox/>
|
||||
<Anilist/>
|
||||
<Osu/>
|
||||
{/* <Wanikani/> */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue