Update oxfmt config

This commit is contained in:
Vitaly Rtishchev
2026-04-18 15:56:18 +03:00
parent 48ebc3cf5e
commit 042329aa19
4 changed files with 15 additions and 24 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { render as testingLibraryRender } from '@testing-library/react';
import { MantineProvider } from '@mantine/core';
import { render as testingLibraryRender } from '@testing-library/react';
import { theme } from '../theme';
export function render(ui: React.ReactNode) {