mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
💄 Prettier repository
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { render, screen, cleanup } from '@testing-library/react';
|
||||
import { describe, expect, it, afterEach } from 'vitest';
|
||||
import { cleanup, render, screen } from '@testing-library/react';
|
||||
import { afterEach, describe, expect, it } from 'vitest';
|
||||
|
||||
import { AppAvatar } from './AppAvatar';
|
||||
|
||||
describe('AppAvatar', () => {
|
||||
|
||||
Reference in New Issue
Block a user