Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m3sb0mb committed Mar 16, 2023
1 parent b247729 commit 8ce6bcc
Show file tree
Hide file tree
Showing 3 changed files with 18,359 additions and 25,150 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { AppProvider, CustomProperties, Frame } from '@shopify/polaris';
import { AppProvider, Frame } from '@shopify/polaris';
import { I18nContext, I18nManager, useI18n } from '@shopify/react-i18n';
import translations from '@shopify/polaris/locales/en.json';

Expand All @@ -26,7 +26,7 @@ export const globalTypes = {
};

// eslint-disable-next-line react/prop-types
const Provider = ({ theme, children }) => {
const Provider = ({ children }) => {
const [i18n] = useI18n({
id: 'Polaris',
fallback: translations,
Expand Down
Loading

0 comments on commit 8ce6bcc

Please sign in to comment.