Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kriptonian1 committed Jan 4, 2025
1 parent 5fa5e78 commit d6e3b97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
'use client'

import { useCallback, useEffect, useState } from 'react'
import { useEffect, useState } from 'react'
import type {
ClientResponse,
GetAllVariablesOfProjectResponse,
Project
} from '@keyshade/schema'
import { FolderSVG } from '@public/svg/dashboard'
import { MessageSVG, TrashSVG } from '@public/svg/shared'
import { MessageSVG } from '@public/svg/shared'
import { ChevronDown } from 'lucide-react'
import dayjs from 'dayjs'
import { Button } from '@/components/ui/button'
Expand Down

0 comments on commit d6e3b97

Please sign in to comment.