This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pvv
/
frontend-schedule-constructor
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
355d5b50bd
Ramas
Etiquetas
master
frontend-sch...
/
src
/
components
/
sideBar
/
rightBar
/
index.js
index.js
111 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
import React from "react";
const RightBar = ()=>{
return (
<></>
)
}
export default RightBar;