From 2a24c69b830d9dc97a8673f5f69418e9f95f3e1b Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 07 七月 2025 10:43:33 +0800
Subject: [PATCH] no message

---
 zy-asrs-flow/src/components/Footer/index.jsx |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/zy-asrs-flow/src/components/Footer/index.jsx b/zy-asrs-flow/src/components/Footer/index.jsx
index 0f6d6d1..ce9e4df 100644
--- a/zy-asrs-flow/src/components/Footer/index.jsx
+++ b/zy-asrs-flow/src/components/Footer/index.jsx
@@ -1,16 +1,16 @@
-import { GithubOutlined } from '@ant-design/icons';
-import { DefaultFooter } from '@ant-design/pro-components';
-import React from 'react';
-
-const Footer = () => {
-  return (
-    <DefaultFooter
-      copyright="@2019 vincent"
-      style={{
-        background: 'none',
-      }}
-    />
-  );
-};
-
-export default Footer;
+import { GithubOutlined } from '@ant-design/icons';
+import { DefaultFooter } from '@ant-design/pro-components';
+import React from 'react';
+
+const Footer = () => {
+  return (
+    <DefaultFooter
+      copyright="@2019 vincent"
+      style={{
+        background: 'none',
+      }}
+    />
+  );
+};
+
+export default Footer;

--
Gitblit v1.9.1