Commit edebfdf5 by Archer Committed by GitHub

fix: ts (#2799)

parent 86436d55
...@@ -97,4 +97,6 @@ export const useSimpleAppSnapshots = (appId: string) => { ...@@ -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 <></>;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment