mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Move plugin card to components folder
This commit is contained in:
parent
7368ab190a
commit
909e2be0ba
@ -14,7 +14,7 @@ import { Layout, HeaderLayout, ContentLayout } from '@strapi/design-system/Layou
|
||||
import { Main } from '@strapi/design-system/Main';
|
||||
import { fetchPlugins } from './utils/api';
|
||||
import adminPermissions from '../../permissions';
|
||||
import PluginCard from './PluginCard';
|
||||
import PluginCard from './components/PluginCard';
|
||||
|
||||
const MarketPlacePage = () => {
|
||||
const { formatMessage } = useIntl();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user