From b46ebe756e6abe3b683ae8512a414fa376c56614 Mon Sep 17 00:00:00 2001 From: chewenye <15818182980@163.com> Date: Fri, 16 May 2025 09:36:49 +0800 Subject: [PATCH] =?UTF-8?q?types:=20=E5=AF=BC=E5=87=BAauthentication?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84type=EF=BC=8C=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89toolbarList=E6=97=B6=E7=B1=BB=E5=9E=8B=E4=BD=BF?= =?UTF-8?q?=E7=94=A8ToolbarType=20(#6158)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 车文烨 --- packages/effects/layouts/src/authentication/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/effects/layouts/src/authentication/index.ts b/packages/effects/layouts/src/authentication/index.ts index 6c684d11..d7c1c293 100644 --- a/packages/effects/layouts/src/authentication/index.ts +++ b/packages/effects/layouts/src/authentication/index.ts @@ -1 +1,2 @@ export { default as AuthPageLayout } from './authentication.vue'; +export * from './types';