mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
fix: ts (#2799)
This commit is contained in:
@@ -97,4 +97,6 @@ export const useSimpleAppSnapshots = (appId: string) => {
|
|||||||
return { forbiddenSaveSnapshot, past, setPast, saveSnapshot };
|
return { forbiddenSaveSnapshot, past, setPast, saveSnapshot };
|
||||||
};
|
};
|
||||||
|
|
||||||
export default <></>;
|
export default function Snapshots() {
|
||||||
|
return <></>;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user