feat(client/import): implement import json from reactive resume v2

This commit is contained in:
Amruth Pillai
2022-03-14 21:50:04 +01:00
parent ed78f8fc4e
commit 42408ce8c5
5 changed files with 368 additions and 4 deletions

View File

@ -1 +1 @@
export type Integration = 'linkedin' | 'json-resume' | 'reactive-resume';
export type Integration = 'linkedin' | 'json-resume' | 'reactive-resume' | 'reactive-resume-v2';