mirror of
https://github.com/strapi/strapi.git
synced 2025-08-22 15:48:59 +00:00
remove import
This commit is contained in:
parent
7431f353e9
commit
ae3628fd0c
@ -1,6 +1,5 @@
|
||||
import React, { useState, useEffect } from 'react';
|
||||
import { useIntl } from 'react-intl';
|
||||
import { get } from 'lodash';
|
||||
import {
|
||||
getYupInnerErrors,
|
||||
CheckPagePermissions,
|
||||
|
@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
const { isNil, pick } = require('lodash/fp');
|
||||
const { pick } = require('lodash/fp');
|
||||
const { ApplicationError } = require('@strapi/utils').errors;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user