Skip to content

Instantly share code, notes, and snippets.

@JenniferFuBook
Created November 26, 2022 19:30
Show Gist options
  • Save JenniferFuBook/54bf1cc2eaf5012cf3f79590073d6d8a to your computer and use it in GitHub Desktop.
Save JenniferFuBook/54bf1cc2eaf5012cf3f79590073d6d8a to your computer and use it in GitHub Desktop.
import { TreeTable } from './TreeTable';
function App() {
return <TreeTable/>;
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment