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,4 @@
import { Title, Text, Anchor } from '@mantine/core';
import { Anchor, Text, Title } from '@mantine/core';
import classes from './Welcome.module.css';
export function Welcome() {