Skip to content

Commit

Permalink
Cleanup not used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmir committed Oct 28, 2022
1 parent 715cdd3 commit 483d4a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import {MOBILE_MEDIA} from './mobile';
import {Labels} from './labels';
import {Router} from './router';
import {Database, ThingType} from './database';
import {Resources} from './resources';
import {Items} from './items';
import {Planets} from './planets';
import {Things} from './things';
import {Thing} from './types';
import {Settings} from './settings';

Expand Down

2 comments on commit 483d4a3

@matco
Copy link

@matco matco commented on 483d4a3 Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! Can I steal some of your commits (this one, for example)?

@elonmir
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3 - you could take a closer look and merge it into your repo. Shall I assign you as reviewer?

Please sign in to comment.