From 98050a731bff97881dd35e9db41144cb58241dbf Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Fri, 10 Oct 2025 10:49:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9jenkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/application/subApplication.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/application/subApplication.tsx b/src/pages/application/subApplication.tsx index e399849..ee3674c 100644 --- a/src/pages/application/subApplication.tsx +++ b/src/pages/application/subApplication.tsx @@ -1,5 +1,5 @@ import React, { useState } from 'react'; -import style from './style/SubApplication.module.less'; +import style from './style/subApplication.module.less'; import { Input, Grid, Card, Result, Pagination } from '@arco-design/web-react'; import { IconPlus, IconApps } from '@arco-design/web-react/icon';