diff options
author | crupest <crupest@outlook.com> | 2021-06-03 15:00:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-03 15:00:26 +0800 |
commit | 009d49e5b5cf7f7568e4b17961aa11b36d589a90 (patch) | |
tree | 7f28d980b8aa74c6159cf6c5b08941d93d49c30e /FrontEnd/src/app/views/about/index.tsx | |
parent | 125c77d974c90b547ec3f89e71ad6420f1668fd3 (diff) | |
download | timeline-009d49e5b5cf7f7568e4b17961aa11b36d589a90.tar.gz timeline-009d49e5b5cf7f7568e4b17961aa11b36d589a90.tar.bz2 timeline-009d49e5b5cf7f7568e4b17961aa11b36d589a90.zip |
build: Good bye babel!
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 d63b6996..a50164a9 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", }, |