Skip to content

Commit 50bbe1f

Browse files
chore: format
1 parent b64ab1a commit 50bbe1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_official-blog-tutorial/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Config } from "tailwindcss";
1+
import { Config } from "tailwindcss";
22

33
export default {
44
content: ["./app/**/*.{js,jsx,ts,tsx}"],

_official-realtime-app/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Config } from "tailwindcss";
1+
import { Config } from "tailwindcss";
22

33
export default {
44
content: ["./app/**/*.{js,jsx,ts,tsx}"],

tailwindcss/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Config } from "tailwindcss";
1+
import { Config } from "tailwindcss";
22

33
export default {
44
content: ["./app/**/*.{js,jsx,ts,tsx}"],

0 commit comments

Comments
 (0)