Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
OGreeni committed Apr 5, 2024
1 parent bef2cbd commit f7cf66f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 213 deletions.
8 changes: 1 addition & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Client, Pet } from '@/types/backend';
import { Pet } from '@/types/backend';
import { FC, useState } from 'react';
import { Input } from '@/components/client-dashboard/ClientDetailsPopup/components/Input';

interface PetTabContentProps {
data: Client;
data: Pet;
isEditing?: boolean;
}

Expand Down
204 changes: 0 additions & 204 deletions pnpm-lock.yaml

This file was deleted.

0 comments on commit f7cf66f

Please sign in to comment.