From aac2bc389a32b2e91494d097a3f3fc9560ddbfbc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 19 Oct 2021 11:17:54 -0300 Subject: fix some building errors --- packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx') diff --git a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx index 4df99db9a..6f87a3358 100644 --- a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx +++ b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx @@ -1,7 +1,8 @@ /* eslint-disable @typescript-eslint/camelcase */ import { h, VNode } from "preact"; import { useState } from "preact/hooks"; -import { AnastasisReducerApi, ReducerStateRecovery, ReducerStateBackup } from "../../hooks/use-anastasis-reducer"; +import { ReducerStateRecovery, ReducerStateBackup } from "../../../../anastasis-core/lib"; +import { AnastasisReducerApi } from "../../hooks/use-anastasis-reducer"; import { AnastasisClientFrame, withProcessLabel, LabeledInput } from "./index"; export function AttributeEntryScreen(props: AttributeEntryProps): VNode { -- cgit v1.2.3