Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 4 lines 190 B view raw
1// This function is web-only as native doesn't currently support server (or build-time) rendering. 2export function useClientOnlyValue<S, C>(server: S, client: C): S | C { 3 return client; 4}