Skip to content

Commit

Permalink
removes useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 committed Apr 3, 2024
1 parent 5ff4355 commit 81307fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/page_scripts/trade_offer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {deserializeForm} from '../utils/browser';
import {AppId} from '../types/steam_constants';
import {ClientSend} from '../bridge/client';
import {AnnotateOffer} from '../bridge/handlers/annotate_offer';
import {of} from 'rxjs';

init('src/lib/page_scripts/trade_offer.js', main);

Expand Down

0 comments on commit 81307fc

Please sign in to comment.