Skip to content

Commit

Permalink
fix: import type where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Nov 14, 2023
1 parent 24572cf commit 3c55494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/coordinate-op-method.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import update from 'immutability-helper';
import { jsx } from '@emotion/react';
import { ControlGroup } from '@blueprintjs/core';
import { type ItemClassConfiguration, ItemListView } from '@riboseinc/paneron-registry-kit/types';
import type { ItemClassConfiguration, ItemListView } from '@riboseinc/paneron-registry-kit/types';

import {
type CommonGRItemData,
Expand Down

0 comments on commit 3c55494

Please sign in to comment.