Skip to content

Commit

Permalink
style: imports
Browse files Browse the repository at this point in the history
ordem de importação
  • Loading branch information
controlado committed Jul 23, 2023
1 parent 9e6252d commit e5b7364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buy-champions",
"version": "1.0.2",
"version": "1.0.3",
"description": "Buy champions automatically! 🐧",
"author": "balaclava",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Champion, StoreBase, addRoutines } from "https://cdn.skypack.dev/balaclava-utils@latest";
import { addRoutines, Champion, StoreBase } from "https://cdn.skypack.dev/balaclava-utils@latest";
import trans from "./trans.json"; // If you want to help me translate this, please open a PR! :)

/**
Expand Down

0 comments on commit e5b7364

Please sign in to comment.