Skip to content

Commit

Permalink
[ci/cd] fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag authored and Kreezag committed Jun 23, 2024
1 parent 31b0ed4 commit 95707fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/stores/settings.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineStore } from "pinia";
import {type EventId, LOCAL_STORAGE_KEYS} from "../types";
import { LOCAL_STORAGE_KEYS} from "../types";

export const THEME_MODES = {
LIGHT: "light",
Expand Down

0 comments on commit 95707fb

Please sign in to comment.