Skip to content

Commit 9b5baef

Browse files
committed
chore: lint fix
1 parent aca081d commit 9b5baef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type{ ModuleOptions } from '../module'
21
import {
32
Client,
43
Account,
@@ -13,8 +12,9 @@ import {
1312
Query,
1413
Role,
1514
Storage,
16-
Teams,
15+
Teams
1716
} from 'appwrite'
17+
import type{ ModuleOptions } from '../module'
1818
import { defineNuxtPlugin } from '#imports'
1919

2020
export type AppwriteConfig = {

0 commit comments

Comments
 (0)