mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 06:15:39 -04:00
Flatten lib/types/title.ts → lib/types.ts and update all imports
- Rename `lib/types/title.ts` → `lib/types.ts` (remove nested directory) - Update all imports across services, atoms, components, and utils from `@/lib/types/title` to `@/lib/types`
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import { atom } from "jotai";
|
||||
import type { Season } from "@/lib/types/title";
|
||||
import type { Season } from "@/lib/types";
|
||||
|
||||
export const titleIdAtom = atom("");
|
||||
export const titleTypeAtom = atom<"movie" | "tv">("movie");
|
||||
|
||||
Reference in New Issue
Block a user