Skip to content

Commit

Permalink
Run lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcduiker committed Oct 31, 2022
1 parent 3cf0aed commit acbb8ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/panel/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ import {
WebviewMessage,
} from '../common/types';
import { IPetType } from './states';
import {
createPet,
PetCollection,
PetElement,
IPetCollection,
} from './pets';
import { createPet, PetCollection, PetElement, IPetCollection } from './pets';
import { BallState, PetElementState, PetPanelState } from './states';

/* This is how the VS Code API can be invoked from the panel */
Expand Down

0 comments on commit acbb8ff

Please sign in to comment.