mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
4 lines
177 B
TypeScript
4 lines
177 B
TypeScript
// Re-export of the shared hook, now living in @edr/ui-common. Kept so existing
|
|
// `@/hooks/useFileViewer` imports keep working.
|
|
export { useFileViewer } from "@edr/ui-common";
|