Skip to content

Commit 73a6aec

Browse files
committed
lint
1 parent 825de07 commit 73a6aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwind/src/tailwind.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { render } from '@react-email/render';
1010
import { ResponsiveColumn, ResponsiveRow } from '@responsive-email/react-email';
1111
import React from 'react';
1212
import { vi } from 'vitest';
13-
import { Tailwind } from '.';
1413
import type { TailwindConfig } from '.';
14+
import { Tailwind } from '.';
1515

1616
describe('Tailwind component', () => {
1717
it('should allow for complex children manipulation', async () => {

0 commit comments

Comments
 (0)