From 679a23332f1b99e698cc9709a2e2184b69a07de4 Mon Sep 17 00:00:00 2001
From: tors <75771172+Torstentjh@users.noreply.github.com>
Date: 星期四, 09 五月 2024 09:15:58 +0800
Subject: [PATCH] chore: Rename the default export name (#3820)

---
 src/router/routes/modules/demo/flow.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/router/routes/modules/demo/flow.ts b/src/router/routes/modules/demo/flow.ts
index 1aa2484..9260e0f 100644
--- a/src/router/routes/modules/demo/flow.ts
+++ b/src/router/routes/modules/demo/flow.ts
@@ -3,7 +3,7 @@
 import { LAYOUT } from '@/router/constant';
 import { t } from '@/hooks/web/useI18n';
 
-const charts: AppRouteModule = {
+const flow: AppRouteModule = {
   path: '/flow',
   name: 'FlowDemo',
   component: LAYOUT,
@@ -25,4 +25,4 @@
   ],
 };
 
-export default charts;
+export default flow;

--
Gitblit v1.8.0