mirror of
https://github.com/philipredstone/relnet.git
synced 2025-06-16 20:51:16 +02:00
Reformat
Took 18 minutes
This commit is contained in:
parent
006b648dd0
commit
d55e58d099
@ -1,11 +1,6 @@
|
||||
import { useCallback, useEffect, useRef, useState } from 'react';
|
||||
import { addPerson, getPeople, Person, removePerson, updatePerson } from '../api/people';
|
||||
import {
|
||||
addRelationship,
|
||||
getRelationships,
|
||||
removeRelationship,
|
||||
updateRelationship,
|
||||
} from '../api/relationships';
|
||||
import { addRelationship, getRelationships, removeRelationship, updateRelationship } from '../api/relationships';
|
||||
import { Relationship } from '../interfaces/IRelationship';
|
||||
import { RELATIONSHIP_TYPES } from '../types/RelationShipTypes';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user