Skip to content

Commit

Permalink
Paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
saltcod committed Dec 4, 2023
1 parent 6c756b8 commit d11ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/access-tokens/AccessTokenCard.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import dayjs from 'dayjs'
import { toast } from 'react-hot-toast'
import { useDeleteAccessTokenMutation } from '~/data/access-tokens/delete-access-token'
import { Button } from '../ui/button'
import { Button } from '~/components/ui/button'

export interface ApiTokenCardProps {
tokenId: string
Expand Down

0 comments on commit d11ebdf

Please sign in to comment.