diff options
author | crupest <crupest@outlook.com> | 2021-06-03 15:03:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-03 15:03:33 +0800 |
commit | e309a0e049da1275797a8a55522a310621bd69e3 (patch) | |
tree | fd05ea290df953b460c1465f9668964662d068d0 /FrontEnd/src/app/views/about/index.tsx | |
parent | 456341faf13470fc1eed5601e7beeb45e0613f7d (diff) | |
download | timeline-e309a0e049da1275797a8a55522a310621bd69e3.tar.gz timeline-e309a0e049da1275797a8a55522a310621bd69e3.tar.bz2 timeline-e309a0e049da1275797a8a55522a310621bd69e3.zip |
build: Remove a unused package.
Diffstat (limited to 'FrontEnd/src/app/views/about/index.tsx')
-rw-r--r-- | FrontEnd/src/app/views/about/index.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FrontEnd/src/app/views/about/index.tsx b/FrontEnd/src/app/views/about/index.tsx index a50164a9..a8a53a97 100644 --- a/FrontEnd/src/app/views/about/index.tsx +++ b/FrontEnd/src/app/views/about/index.tsx @@ -44,10 +44,6 @@ const frontendCredits: { name: "pepjs", url: "https://github.com/jquery/PEP", }, - { - name: "react-inlinesvg", - url: "https://github.com/gilbarbara/react-inlinesvg", - }, ]; const backendCredits: { |