From e5b73642b1e13960691e14a549ad431d6deba637 Mon Sep 17 00:00:00 2001 From: Yan Gabriel Date: Sun, 23 Jul 2023 00:34:36 -0300 Subject: [PATCH] style: imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ordem de importação --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 12b49eb..28a305c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buy-champions", - "version": "1.0.2", + "version": "1.0.3", "description": "Buy champions automatically! 🐧", "author": "balaclava", "repository": { diff --git a/src/index.js b/src/index.js index 89dbe35..706b49e 100644 --- a/src/index.js +++ b/src/index.js @@ -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! :) /**