Skip to content

Commit

Permalink
Merge pull request #1333 from saleor/merx-1041-remove-importer-app
Browse files Browse the repository at this point in the history
Remove data importer app
  • Loading branch information
andrzejewsky authored Oct 2, 2024
2 parents f131d4a + e5aa750 commit b078ef0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions components/Apps/Apps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ const Apps = () => {
>
<CRM />
</Shell>
{/*missing docs*/}
{/*<Shell color={"rgb(59, 213, 121)"} title={"Data importer"}>*/}
{/* <Data />*/}
{/*</Shell>*/}
<Shell
color={"rgb(227, 149, 60)"}
title={"Invoices"}
Expand Down
2 changes: 0 additions & 2 deletions docs/developer/app-store/apps/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Saleor App Store contains the following apps:

[**CMS** Synchronize products with CMS platforms.](developer/app-store/apps/cms.mdx)

[**Data importer** Import data from CSV to Saleor.](https://github.com/saleor/apps/tree/main/apps/data-importer)

[**Emails and messages** Notifications and email communication with customers.](developer/app-store/apps/emails-and-messages/overview.mdx)

[**Invoices** Generate invoice PDF for each order.](developer/app-store/apps/invoices.mdx)
Expand Down

0 comments on commit b078ef0

Please sign in to comment.