Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Nov 12, 2024
1 parent c159725 commit 5a7f6f2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion scripts/apps/authoring-react/authoring-angular-integration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
import {assertNever} from 'core/helpers/typescript-helpers';
import {DeskAndStage} from './subcomponents/desk-and-stage';
import {LockInfo} from './subcomponents/lock-info';
import {Button, ButtonGroup, IconButton, Label, Modal, NavButton, Popover, Spacer, WithPopover} from 'superdesk-ui-framework/react';
import {
Button,
ButtonGroup,
IconButton,
Label,
Modal,
NavButton,
Popover,
Spacer,
WithPopover,
} from 'superdesk-ui-framework/react';
import {
IArticle,
ITopBarWidget,
Expand Down

0 comments on commit 5a7f6f2

Please sign in to comment.