Skip to content

Commit

Permalink
feat: playground page
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Nov 17, 2024
1 parent 8e89cae commit d2508be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
10 changes: 1 addition & 9 deletions client/src/app/playground/(post)/DeleteDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
'use client'

import {
Dialog,
DialogContent,
DialogHeader,
DialogTitle,
DialogDescription,
} from '@/components/ui/dialog'
import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogDescription } from '@/components/ui/dialog'
import { Button } from '@/components/ui/button'
import { useToast } from '@/hooks'

Expand Down
1 change: 0 additions & 1 deletion client/src/app/playground/(post)/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { cn, formatRelativeDate } from '@/lib/utils'
import { UserTooltip } from '@/components/users'
import { Avatar } from '@/components'
import { LikeButton, ShareDialog, MoreButton } from '.'
import Image from 'next/image'

interface Media {
type: 'image' | 'video'
Expand Down
2 changes: 0 additions & 2 deletions client/src/app/playground/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client'

import { Post } from './(post)'

const Page = () => {
Expand Down

1 comment on commit d2508be

@vercel
Copy link

@vercel vercel bot commented on d2508be Nov 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.