From 2b5321cb3c3a630b27fef1304e0e605c08c31374 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 5 Sep 2021 15:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/button/buttons/button.text.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {