-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
align "jquery ui" json filename name with "semantic ui" and "tailwind…
… ui"
- Loading branch information
Thomas Stauer
committed
Mar 17, 2024
1 parent
fd2e976
commit 86946c9
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import antdesign from './antdesign.json'; | ||
import jqueryui from './jqueryui.json'; | ||
import jqueryUi from './jquery_ui.json'; | ||
import materialAngular from './material-angular.json'; | ||
import mui from './mui.json'; | ||
import bootstrap from './bootstrap.json'; | ||
import foundation from './foundation.json'; | ||
import semanticUi from './semantic_ui.json'; | ||
|
||
const frameworkData = [antdesign, jqueryui, materialAngular, mui, bootstrap, foundation, semanticUi]; | ||
const frameworkData = [antdesign, jqueryUi, materialAngular, mui, bootstrap, foundation, semanticUi]; | ||
|
||
export default frameworkData; |
File renamed without changes.