mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 14:05:08 +10:00
chore: fix knip issues
This commit is contained in:
@@ -52,7 +52,7 @@ export function parseCsv(input: string): string[][] {
|
||||
return rows.filter((r) => r.some((cell) => cell.trim() !== ""));
|
||||
}
|
||||
|
||||
export type ParsedApplication = {
|
||||
type ParsedApplication = {
|
||||
company: string;
|
||||
role: string;
|
||||
status?: ApplicationStatus;
|
||||
|
||||
@@ -6,7 +6,7 @@ import { create } from "zustand/react";
|
||||
|
||||
type PanelImperativeHandle = ReturnType<typeof usePanelRef>;
|
||||
|
||||
export const BUILDER_LAYOUT_COOKIE_NAME = "builder_layout";
|
||||
const BUILDER_LAYOUT_COOKIE_NAME = "builder_layout";
|
||||
|
||||
export type BuilderLayout = {
|
||||
left: number;
|
||||
|
||||
Reference in New Issue
Block a user