This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pvv
/
frontend-schedule-constructor
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
355d5b50bd
Branchit
Tagit
master
frontend-sch...
/
src
/
components
/
sideBar
/
rightBar
/
index.js
index.js
111 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
import React from "react";
const RightBar = ()=>{
return (
<></>
)
}
export default RightBar;