diff --git a/typescript/base/single/button/buttons/button.text.ts b/typescript/base/single/button/buttons/button.text.ts index 9cc434902..e9c4c2ce3 100644 --- a/typescript/base/single/button/buttons/button.text.ts +++ b/typescript/base/single/button/buttons/button.text.ts @@ -1,4 +1,4 @@ -import { Label } from "typescript"; +import { Label } from "../../../.."; import { BasicButton } from "../button.basic"; export declare class TextButton extends BasicButton {