We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e3d0f commit a9530a5Copy full SHA for a9530a5
packages/tailwind/src/tailwind.spec.tsx
@@ -9,9 +9,9 @@ import { Link } from '@react-email/link';
9
import { render } from '@react-email/render';
10
import { ResponsiveColumn, ResponsiveRow } from '@responsive-email/react-email';
11
import React from 'react';
12
+import { vi } from 'vitest';
13
import { Tailwind } from '.';
14
import type { TailwindConfig } from '.';
-import { vi } from 'vitest';
15
16
describe('Tailwind component', () => {
17
it('should allow for complex children manipulation', async () => {
0 commit comments