We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7340e73 commit 45fd12dCopy full SHA for 45fd12d
packages/tailwind/src/tailwind.spec.tsx
@@ -10,8 +10,8 @@ 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 { Tailwind } from '.';
15
16
describe('Tailwind component', () => {
17
it('should allow for complex children manipulation', async () => {
0 commit comments