From 709d53938234b6197aa27732a6ebb290a31e6b74 Mon Sep 17 00:00:00 2001 From: vapao Date: Sun, 28 Mar 2021 16:24:50 +0800 Subject: [PATCH] fix issue --- spug_web/src/pages/home/Notice.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spug_web/src/pages/home/Notice.js b/spug_web/src/pages/home/Notice.js index 7e25a97..0710421 100644 --- a/spug_web/src/pages/home/Notice.js +++ b/spug_web/src/pages/home/Notice.js @@ -1,3 +1,8 @@ +/** + * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug + * Copyright (c) + * Released under the AGPL-3.0 License. + */ import React, { useEffect, useState } from 'react'; import { Button, Card, List, Modal, Form, Input, Switch, Divider } from 'antd'; import { DownSquareOutlined, PlusOutlined, UpSquareOutlined, SoundOutlined } from '@ant-design/icons';