refactor: optimize imports

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-26 09:02:05 +01:00
parent 3f00335ade
commit 13f5d258dc
20 changed files with 24 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
import { test, expect } from '@playwright/test';
import { expect, test } from '@playwright/test';
test.describe('JoinText Component', () => {
test.beforeEach(async ({ page }) => {