Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdanielamoitzi committed Mar 5, 2024
1 parent b303099 commit c358c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/VisynAppProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MantineProvider, MantineProviderProps, MantineColorsTuple, DefaultMantineColor, useMantineTheme } from '@mantine/core';
import { MantineProvider, MantineProviderProps } from '@mantine/core';
import { ModalsProvider, ModalsProviderProps } from '@mantine/modals';
import { Notifications, NotificationsProps } from '@mantine/notifications';
import merge from 'lodash/merge';
Expand Down

0 comments on commit c358c1e

Please sign in to comment.