remove import

This commit is contained in:
Jimmy Wärting 2022-11-24 18:03:31 +01:00
parent 7431f353e9
commit ae3628fd0c
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import React, { useState, useEffect } from 'react';
import { useIntl } from 'react-intl';
import { get } from 'lodash';
import {
getYupInnerErrors,
CheckPagePermissions,

View File

@ -1,6 +1,6 @@
'use strict';
const { isNil, pick } = require('lodash/fp');
const { pick } = require('lodash/fp');
const { ApplicationError } = require('@strapi/utils').errors;
/**