Fix formatting

This commit is contained in:
Vitaly Rtishchev
2026-08-09 09:49:57 +03:00
parent 29da30bb1a
commit 4442e6c232
4 changed files with 6 additions and 6 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import '@mantine/core/styles.css';
import { ColorSchemeScript, MantineProvider } from '@mantine/core';
import { useEffect } from 'react';
import { useGlobals } from 'storybook/preview-api';
import { ColorSchemeScript, MantineProvider } from '@mantine/core';
import { theme } from '../theme';
export const parameters = {
+2 -1
View File
@@ -1,6 +1,7 @@
import '@mantine/core/styles.css';
import { ColorSchemeScript, mantineHtmlProps, MantineProvider } from '@mantine/core';
import React from 'react';
import { ColorSchemeScript, mantineHtmlProps, MantineProvider } from '@mantine/core';
import { theme } from '../theme';
export const metadata = {
+1 -1
View File
@@ -1,5 +1,5 @@
import { MantineProvider } from '@mantine/core';
import { render as testingLibraryRender } from '@testing-library/react';
import { MantineProvider } from '@mantine/core';
import { theme } from '../theme';
export function render(ui: React.ReactNode) {
+1 -3
View File
@@ -2,6 +2,4 @@
import { createTheme } from '@mantine/core';
export const theme = createTheme({
/* Put your mantine theme override here */
});
export const theme = createTheme({/* Put your mantine theme override here */});