Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausSchaefers committed Aug 1, 2023
1 parent c7ef174 commit dfe7375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/SymbolService.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class SymbolService extends AbstractService{
import(/* webpackChunkName: "themes" */ 'themes/wireframe/image.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/label.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/link.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/navmenu.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/mobile_drop_down.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/radiobox.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/radiogroup.json'),
Expand Down Expand Up @@ -120,6 +119,7 @@ class SymbolService extends AbstractService{
import(/* webpackChunkName: "themes" */ 'themes/wireframe/imagepaging.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/labeledtextbox.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/navbar.json'),
import(/* webpackChunkName: "themes" */ 'themes/wireframe/navmenu.json'),

import(/* webpackChunkName: "themes" */ 'themes/OpenUI/button2.json'),
import(/* webpackChunkName: "themes" */ 'themes/OpenUI/calender.json'),
Expand Down

0 comments on commit dfe7375

Please sign in to comment.