Add prettier imports sorting

This commit is contained in:
Vitaly Rtishchev
2024-09-02 14:53:41 +04:00
parent c89286ee36
commit 406145dd0d
8 changed files with 268 additions and 4 deletions

View File

@ -1,4 +1,5 @@
import '@mantine/core/styles.css';
import React, { useEffect } from 'react';
import { addons } from '@storybook/preview-api';
import { DARK_MODE_EVENT_NAME } from 'storybook-dark-mode';