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
+2 -1
View File
@@ -1,6 +1,7 @@
import '@mantine/core/styles.css';
import React from 'react';
import { MantineProvider, ColorSchemeScript } from '@mantine/core';
import { ColorSchemeScript, MantineProvider } from '@mantine/core';
import { theme } from '../theme';
export const metadata = {
+1 -1
View File
@@ -1,5 +1,5 @@
import { Welcome } from '../components/Welcome/Welcome';
import { ColorSchemeToggle } from '../components/ColorSchemeToggle/ColorSchemeToggle';
import { Welcome } from '../components/Welcome/Welcome';
export default function HomePage() {
return (