Template
mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-08-15 02:53:08 +10:00
Fix formatting
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
import '@mantine/core/styles.css';
|
import '@mantine/core/styles.css';
|
||||||
import { ColorSchemeScript, MantineProvider } from '@mantine/core';
|
|
||||||
import { useEffect } from 'react';
|
import { useEffect } from 'react';
|
||||||
import { useGlobals } from 'storybook/preview-api';
|
import { useGlobals } from 'storybook/preview-api';
|
||||||
|
import { ColorSchemeScript, MantineProvider } from '@mantine/core';
|
||||||
import { theme } from '../theme';
|
import { theme } from '../theme';
|
||||||
|
|
||||||
export const parameters = {
|
export const parameters = {
|
||||||
|
|||||||
+2
-1
@@ -1,6 +1,7 @@
|
|||||||
import '@mantine/core/styles.css';
|
import '@mantine/core/styles.css';
|
||||||
import { ColorSchemeScript, mantineHtmlProps, MantineProvider } from '@mantine/core';
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
import { ColorSchemeScript, mantineHtmlProps, MantineProvider } from '@mantine/core';
|
||||||
import { theme } from '../theme';
|
import { theme } from '../theme';
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { MantineProvider } from '@mantine/core';
|
|
||||||
import { render as testingLibraryRender } from '@testing-library/react';
|
import { render as testingLibraryRender } from '@testing-library/react';
|
||||||
|
import { MantineProvider } from '@mantine/core';
|
||||||
import { theme } from '../theme';
|
import { theme } from '../theme';
|
||||||
|
|
||||||
export function render(ui: React.ReactNode) {
|
export function render(ui: React.ReactNode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user