mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 03:31:28 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
import { create } from "zustand";
|
|
|
|
export const useVideo = create(() => ({
|
|
|
|
}));
|