diff --git a/frontend/src/pages/CompanyDetail.jsx b/frontend/src/pages/CompanyDetail.jsx index 436f098..86e20f5 100644 --- a/frontend/src/pages/CompanyDetail.jsx +++ b/frontend/src/pages/CompanyDetail.jsx @@ -330,4 +330,3 @@ function CompanyDetail() { } export default CompanyDetail; - diff --git a/frontend/src/pages/Templates.jsx b/frontend/src/pages/Templates.jsx index 70d2817..0568fe5 100644 --- a/frontend/src/pages/Templates.jsx +++ b/frontend/src/pages/Templates.jsx @@ -449,5 +449,3 @@ function Templates() { } export default Templates; - - diff --git a/frontend/src/pages/TokenDetail.jsx b/frontend/src/pages/TokenDetail.jsx index 627372a..63e28c1 100644 --- a/frontend/src/pages/TokenDetail.jsx +++ b/frontend/src/pages/TokenDetail.jsx @@ -333,4 +333,3 @@ function TokenDetail() { } export default TokenDetail; -