Skip to content

Commit

Permalink
Update playground-interface.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Sep 24, 2023
1 parent 1f20561 commit 6c7f4bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/playground/playground-interface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import TWProjectMetaFetcherHOC from '../lib/tw-project-meta-fetcher-hoc.jsx';
import TWStateManagerHOC from '../lib/tw-state-manager-hoc.jsx';
import TWThemeHOC from '../lib/tw-theme-hoc.jsx';
import TWPackagerIntegrationHOC from '../lib/tw-packager-integration-hoc.jsx';
import TWRestorePointHOC from '../lib/tw-restore-point-hoc.jsx';
import SettingsStore from '../addons/settings-store-singleton';
import '../lib/tw-fix-history-api';
import GUI from './render-gui.jsx';
Expand Down Expand Up @@ -165,7 +164,6 @@ const WrappedInterface = compose(
TWProjectMetaFetcherHOC,
TWStateManagerHOC,
TWThemeHOC,
TWRestorePointHOC,
TWPackagerIntegrationHOC
)(ConnectedInterface);

Expand Down

0 comments on commit 6c7f4bc

Please sign in to comment.