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 | c13141e248832d969f9233d6e232e178dd89c4d5 (patch) | |
tree | a66d5f18badfadbd433ab3ff238bb3f8d20654e5 /FrontEnd/src/app/views/about | |
parent | 009d49e5b5cf7f7568e4b17961aa11b36d589a90 (diff) | |
download | timeline-c13141e248832d969f9233d6e232e178dd89c4d5.tar.gz timeline-c13141e248832d969f9233d6e232e178dd89c4d5.tar.bz2 timeline-c13141e248832d969f9233d6e232e178dd89c4d5.zip |
build: Remove a unused package.
Diffstat (limited to 'FrontEnd/src/app/views/about')
-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: { |