Skip to content

Commit

Permalink
Fix: remove unused Classes
Browse files Browse the repository at this point in the history
  • Loading branch information
pKallert committed Jan 24, 2025
1 parent 2de7e1b commit 6f284de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Neos.Workspace.Ui/Classes/Controller/WorkspaceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
use Neos\Neos\PendingChangesProjection\ChangeFinder;
use Neos\Neos\PendingChangesProjection\Changes;
use Neos\Neos\Security\Authorization\ContentRepositoryAuthorizationService;
use Neos\Neos\Ui\Application\Shared\ConflictsOccurred;
use Neos\Neos\Ui\Application\SyncWorkspace\SyncingSucceeded;
use Neos\Neos\Ui\Infrastructure\ContentRepository\ConflictsFactory;
use Neos\Neos\Utility\NodeTypeWithFallbackProvider;
use Neos\Workspace\Ui\ViewModel\ChangeItem;
use Neos\Workspace\Ui\ViewModel\ContentChangeItem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Neos.Workspace.Ui.WorkspaceController.rebase = Neos.Fusion:Component {

renderer = afx`
<Neos.Workspace.Ui:Component.Modal.Rebase
baseWorkspaceOptions={props.baseWorkspaceOptions}
workspaceName={props.workspaceName}
/>
`
}

0 comments on commit 6f284de

Please sign in to comment.