owltide/composables/states.ts

4 lines
123 B
TypeScript
Raw Normal View History

import type { Schedule } from "~/shared/types/schedule";
export const useSchedule = () => useState<Schedule>('schedule');