]> Untitled Git - lemmy-ui.git/blob - src/shared/utils/browser/index.ts
Merge branch 'main' into patch-1
[lemmy-ui.git] / src / shared / utils / browser / index.ts
1 import canShare from "./can-share";
2 import isBrowser from "./is-browser";
3 import share from "./share";
4
5 export { canShare, isBrowser, share };