diff options
Diffstat (limited to 'FrontEnd/src/app/views/about')
-rw-r--r-- | FrontEnd/src/app/views/about/index.tsx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/FrontEnd/src/app/views/about/index.tsx b/FrontEnd/src/app/views/about/index.tsx index d63b6996..a8a53a97 100644 --- a/FrontEnd/src/app/views/about/index.tsx +++ b/FrontEnd/src/app/views/about/index.tsx @@ -25,10 +25,6 @@ const frontendCredits: { url: "https://react-bootstrap.github.io", }, { - name: "babeljs", - url: "https://babeljs.io", - }, - { name: "webpack", url: "https://webpack.js.org", }, @@ -48,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: { |