Skip to content

Commit

Permalink
feat(admin): remove unneeded resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerd Müller committed Jun 27, 2020
1 parent 9d08c38 commit 69d2df8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions apps/admin/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export const Admin = () => {
i18nProvider={i18nProvider}
dataProvider={dataProvider}>
<Resource name="chapters" {...chapters} />
<Resource name="images" {...images} />
<Resource name="videos" {...videos} />
<Resource name="games" {...games} />
<Resource name="tags" {...tags} />
</ReactAdmin>
);
};
Expand Down
4 changes: 3 additions & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"prop-types": "^15.7.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-is": "16.13.1"
"react-is": "16.13.1",
"react-drag-drop-container": "^6.1.1",
"shortid": "^2.2.15"
}
}

0 comments on commit 69d2df8

Please sign in to comment.