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
+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) {