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