diff --git a/fundamentals/today-i-learned/src/components/features/discussions/PostMoreMenu.tsx b/fundamentals/today-i-learned/src/components/features/discussions/PostMoreMenu.tsx index 16e6f386..b7906e05 100644 --- a/fundamentals/today-i-learned/src/components/features/discussions/PostMoreMenu.tsx +++ b/fundamentals/today-i-learned/src/components/features/discussions/PostMoreMenu.tsx @@ -1,5 +1,6 @@ import { useState, useRef, useEffect } from "react"; import { MoreHorizontal } from "lucide-react"; +import { css } from "@styled-system/css"; import { Button } from "@/components/shared/ui/Button"; import { AlertDialog } from "@/components/shared/ui/AlertDialog"; @@ -73,7 +74,7 @@ export function PostMoreMenu({ }; return ( -