Created
January 18, 2026 10:24
-
-
Save inyee786/b1d754d98c4e07cb06e5c5097b6b7f43 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 { LibraryComponents } from '../types'; | |
| import { materialUILibrary } from './materialUI'; | |
| export const ALL_LIBRARIES: LibraryComponents[] = [ | |
| materialUILibrary | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment