Created
November 26, 2022 19:30
-
-
Save JenniferFuBook/54bf1cc2eaf5012cf3f79590073d6d8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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