index.js 111 B

123456789
  1. import React from "react";
  2. const RightBar = ()=>{
  3. return (
  4. <></>
  5. )
  6. }
  7. export default RightBar;