Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed Jun 10, 2020
1 parent 7e246e8 commit 293f32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Dashboard/DashboardService.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { useLocalStore } from "mobx-react";
import { createService } from "~/components/ServiceProvider/ServiceProvider";
import { useOnChange, useDelay, useSimpleSyncLocalStorage } from "~/hooks";
import { useOnChange, useDelay } from "~/hooks";
import { Config } from "~/shared/Config";
import { ipc, IpcHandler } from "~/shared/ipc";
import { MessageState, MessageService } from "./MessageService";
Expand Down

0 comments on commit 293f32c

Please sign in to comment.