mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-12 15:22:35 +02:00
move remote hook to global scope (#1752)
This commit is contained in:
@@ -294,3 +294,8 @@ export const useRemote = () => {
|
||||
[],
|
||||
);
|
||||
};
|
||||
|
||||
export const RemoteHook = () => {
|
||||
useRemote();
|
||||
return null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user