diff --git a/frontend-web/src/pages/index.jsx b/frontend-web/src/pages/index.jsx index e0468a6d..c3d5213d 100644 --- a/frontend-web/src/pages/index.jsx +++ b/frontend-web/src/pages/index.jsx @@ -134,7 +134,7 @@ import InvoiceDetail from "./InvoiceDetail"; import InvoiceEditor from "./InvoiceEditor"; -import api-docs-raw from "./api-docs-raw"; +//import api-docs-raw from "./api-docs-raw"; import Tutorials from "./Tutorials"; @@ -282,7 +282,7 @@ const PAGES = { InvoiceEditor: InvoiceEditor, - api-docs-raw: api-docs-raw, + //api-docs-raw: api-docs-raw, Tutorials: Tutorials,