mirror of
https://github.com/philipredstone/relnet.git
synced 2025-06-17 05:01:24 +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 { useCallback, useEffect, useRef, useState } from 'react';
|
||||||
import { addPerson, getPeople, Person, removePerson, updatePerson } from '../api/people';
|
import { addPerson, getPeople, Person, removePerson, updatePerson } from '../api/people';
|
||||||
import {
|
import { addRelationship, getRelationships, removeRelationship, updateRelationship } from '../api/relationships';
|
||||||
addRelationship,
|
|
||||||
getRelationships,
|
|
||||||
removeRelationship,
|
|
||||||
updateRelationship,
|
|
||||||
} from '../api/relationships';
|
|
||||||
import { Relationship } from '../interfaces/IRelationship';
|
import { Relationship } from '../interfaces/IRelationship';
|
||||||
import { RELATIONSHIP_TYPES } from '../types/RelationShipTypes';
|
import { RELATIONSHIP_TYPES } from '../types/RelationShipTypes';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user