We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ae85d commit 861b9c4Copy full SHA for 861b9c4
prettier.config.js
@@ -15,8 +15,10 @@ module.exports = {
15
"^@/types/(.*)$",
16
"^@/config/(.*)$",
17
"^@/lib/(.*)$",
18
+ "^@/hooks/(.*)$",
19
"^@/components/ui/(.*)$",
20
"^@/components/(.*)$",
21
+ "^@/styles/(.*)$",
22
"^@/app/(.*)$",
23
"",
24
"^[./]",
src/components/ui/credenza.tsx
@@ -1,9 +1,9 @@
1
"use client"
2
3
import * as React from "react"
4
-import { useMediaQuery } from "@/hooks/use-media-query"
5
6
import { cn } from "@/lib/utils"
+import { useMediaQuery } from "@/hooks/use-media-query"
7
import {
8
Dialog,
9
DialogClose,
0 commit comments