refactor: ts path alias
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { atom } from "recoil";
|
||||
import { ApiType } from "./types";
|
||||
|
||||
export const atomThemeMode = atom<"light" | "dark">({
|
||||
key: "atomThemeMode",
|
||||
|
||||
Reference in New Issue
Block a user