style(ui): eslint-sort-imports
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { create } from "zustand";
|
||||
|
||||
import { type AccessModel } from "@/domain/access";
|
||||
import { list as listAccess, save as saveAccess, remove as removeAccess } from "@/repository/access";
|
||||
import { list as listAccess, remove as removeAccess, save as saveAccess } from "@/repository/access";
|
||||
|
||||
export interface AccessesState {
|
||||
accesses: AccessModel[];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { produce } from "immer";
|
||||
import { create } from "zustand";
|
||||
|
||||
import { SETTINGS_NAMES, type EmailsSettingsContent, type SettingsModel } from "@/domain/settings";
|
||||
import { type EmailsSettingsContent, SETTINGS_NAMES, type SettingsModel } from "@/domain/settings";
|
||||
import { get as getSettings, save as saveSettings } from "@/repository/settings";
|
||||
|
||||
export interface ContactEmailsState {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { produce } from "immer";
|
||||
import { create } from "zustand";
|
||||
|
||||
import { SETTINGS_NAMES, type NotifyChannelsSettingsContent, type SettingsModel } from "@/domain/settings";
|
||||
import { type NotifyChannelsSettingsContent, SETTINGS_NAMES, type SettingsModel } from "@/domain/settings";
|
||||
import { get as getSettings, save as saveSettings } from "@/repository/settings";
|
||||
|
||||
export interface NotifyChannelsState {
|
||||
|
||||
Reference in New Issue
Block a user