mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 01:35: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,4 +1,4 @@
|
||||
import type { ColorPalette } from "@/lib/types/title";
|
||||
import type { ColorPalette } from "@/lib/types";
|
||||
|
||||
/** @internal */
|
||||
export function hexToRelativeLuminance(hex: string): number {
|
||||
|
||||
Reference in New Issue
Block a user