Skip to content

Commit 861b9c4

Browse files
committedJan 11, 2024
refactor: update formatting
1 parent 58ae85d commit 861b9c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎prettier.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ module.exports = {
1515
"^@/types/(.*)$",
1616
"^@/config/(.*)$",
1717
"^@/lib/(.*)$",
18+
"^@/hooks/(.*)$",
1819
"^@/components/ui/(.*)$",
1920
"^@/components/(.*)$",
21+
"^@/styles/(.*)$",
2022
"^@/app/(.*)$",
2123
"",
2224
"^[./]",

‎src/components/ui/credenza.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"use client"
22

33
import * as React from "react"
4-
import { useMediaQuery } from "@/hooks/use-media-query"
54

65
import { cn } from "@/lib/utils"
6+
import { useMediaQuery } from "@/hooks/use-media-query"
77
import {
88
Dialog,
99
DialogClose,

0 commit comments

Comments
 (0)
Please sign in to comment.