Skip to content

Commit f576e3c

Browse files
committed
refactor: ui
1 parent 2d74552 commit f576e3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/ui/src/components/molecules/skeleton/posts.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from "react"
22

3-
import { Skeleton } from "@/components/ui/skeleton"
4-
import { cn } from "@/lib/utils"
3+
import { cn } from "../../../lib/utils"
4+
import { Skeleton } from "../../ui/skeleton"
55

66
interface PostSkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
77
total?: number

packages/ui/src/components/ui/use-toast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Inspired by react-hot-toast library
44
import * as React from "react"
55

6-
import type { ToastActionElement, ToastProps } from "@/components/ui/toast"
6+
import type { ToastActionElement, ToastProps } from "./toast"
77

88
const TOAST_LIMIT = 1
99
const TOAST_REMOVE_DELAY = 1000000

0 commit comments

Comments
 (0)