This commit is contained in:
Archer
2024-09-26 13:20:05 +08:00
committed by GitHub
parent 86436d55ff
commit edebfdf5ef

View File

@@ -97,4 +97,6 @@ export const useSimpleAppSnapshots = (appId: string) => {
return { forbiddenSaveSnapshot, past, setPast, saveSnapshot };
};
export default <></>;
export default function Snapshots() {
return <></>;
}