import React from "react"; import { SidebarScroller } from "./style"; import Tree from "react-treeview"; const makeTree = () => { } export interface SidebarProps { readonly width: string | number; } const Sidebar = ({ width }: SidebarProps) => { return (
"Javascript"
} > "Javascript"} > Test ) } export default Sidebar;