This commit is contained in:
Archer
2024-09-26 13:20:05 +08:00
committed by shilin66
parent 681f614d0b
commit d4d7c3196a

View File

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