Skip to content

Commit

Permalink
Fixed lodash import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShukel committed Sep 12, 2023
1 parent 44c3fcc commit 581cafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x/src/StringFieldI18n.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { createContext, PropsWithChildren } from 'react';
import { merge } from 'lodash';
import merge from 'lodash/merge';

export type StringFieldI18n = {
required: string;
Expand Down

0 comments on commit 581cafe

Please sign in to comment.