Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Mar 12, 2024
1 parent a4b8e81 commit 2777c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-atoms/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import './types';
import { ComponentUtils, pluginLoader } from '@ima/core';
// @ts-expect-error
import { Infinite, Circle, uuid } from 'infinite-circle';
import { Infinite } from 'infinite-circle';

import ComponentPositions from './ComponentPositions';
import { LAYOUT, LOADING } from './components/constants';
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-atoms/src/modules.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'infinite-circle';

0 comments on commit 2777c2d

Please sign in to comment.