We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825de07 commit 73a6aecCopy full SHA for 73a6aec
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