Skip to content

Commit

Permalink
chore: dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Gilliam committed May 29, 2024
1 parent b66bb6b commit 60a35c4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/www/registry/default/example/dynamic-island-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import { createContext, useContext } from "react"
import { motion, useReducedMotion } from "framer-motion"
import {
ArrowLeft,
ArrowUpLeftSquareIcon,
ChevronDownIcon,
Loader,
Mail,
MessageCircle,
Expand All @@ -14,15 +12,8 @@ import {
Waves,
} from "lucide-react"

import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
import { Badge } from "@/components/ui/badge"
import { Button } from "@/components/ui/button"
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover"
import {
DynamicContainer,
DynamicDescription,
Expand All @@ -36,7 +27,6 @@ import {
} from "@/registry/default/ui/dynamic-island"

const DynamicAction = () => {
// const { size, before, setSize } = useDynamicIslandSize();
const { state: blobState, setSize } = useDynamicIslandSize()

const blobStates: SizePresets[] = [
Expand Down

0 comments on commit 60a35c4

Please sign in to comment.