Skip to content

Commit 3e41004

Browse files
committed
fix import statement
1 parent f1f03b0 commit 3e41004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/packages/lowcoder/src/comps/comps/simpleVariableHeaderComp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import { ControlParams } from "comps/controls/controlParams";
12
import { CompAction, SimpleComp } from "lowcoder-core";
2-
import { ControlParams, ControlPropertyViewWrapper, PopupCard } from "@lowcoder-ee/index.sdk";
3+
import { ControlPropertyViewWrapper, PopupCard, Input } from "lowcoder-design";
34
import { useEffect, useState } from "react";
4-
import { trans } from "@lowcoder-ee/i18n";
5-
import { Input } from "lowcoder-design/src/components/Input";
5+
import { trans } from "i18n";
66
import { checkName } from "../utils/rename";
77
const SimpleVariableHeaderPropertyView = ({params, comp, isCheck}: any) => {
88
const [error, setError] = useState<string | undefined>();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy