Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jun 29, 2024
1 parent 879a513 commit 0066f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/element-library/src/audioSticker/display.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
* External dependencies
*/
import styled from 'styled-components';
import type { Element, AudioStickerElement, DisplayProps } from '@googleforcreators/elements';
import type {
Element,
AudioStickerElement,
DisplayProps,
} from '@googleforcreators/elements';

/**
* Internal dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/element-library/src/video/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* External dependencies
*/
import { PanelTypes } from '@googleforcreators/design-system';
import { ResourceType } from '@googleforcreators/media';

/**
* Internal dependencies
Expand All @@ -27,7 +28,6 @@ import {
resizeRules as mediaResizeRules,
} from '../media/constants';
import { SHARED_DEFAULT_ATTRIBUTES } from '../shared';
import { ResourceType } from "@googleforcreators/media";

export {
canFlip,
Expand Down

0 comments on commit 0066f81

Please sign in to comment.