diff options
Diffstat (limited to 'src/plugins/unindent.ts')
-rw-r--r-- | src/plugins/unindent.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/unindent.ts b/src/plugins/unindent.ts index 0206095..a197ef4 100644 --- a/src/plugins/unindent.ts +++ b/src/plugins/unindent.ts @@ -16,9 +16,9 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { addPreEditListener, addPreSendListener, MessageObject, removePreEditListener,removePreSendListener } from "../api/MessageEvents"; -import { Devs } from "../utils/constants"; -import definePlugin from "../utils/types"; +import { addPreEditListener, addPreSendListener, MessageObject, removePreEditListener, removePreSendListener } from "@api/MessageEvents"; +import { Devs } from "@utils/constants"; +import definePlugin from "@utils/types"; export default definePlugin({ name: "Unindent", |