From c0ef8c3d235e316878cc5652e537b19b739c706e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 10 Feb 2022 20:15:44 +0100 Subject: fix type error --- packages/anastasis-webui/src/utils/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages') diff --git a/packages/anastasis-webui/src/utils/index.tsx b/packages/anastasis-webui/src/utils/index.tsx index 7ddeefef4..2209fd974 100644 --- a/packages/anastasis-webui/src/utils/index.tsx +++ b/packages/anastasis-webui/src/utils/index.tsx @@ -39,6 +39,12 @@ export function createExample( transition: async () => { null; }, + exportState: () => { + return "{}"; + }, + importState(s: string) { + /* do nothing */ + }, }} > -- cgit v1.2.3