progress
This commit is contained in:
parent
d7ea79935e
commit
c2da1d8f4c
19 changed files with 76 additions and 38 deletions
|
@ -12,7 +12,6 @@ import { useStore } from "../../core/helper/use_store";
|
|||
import { FormBuilder } from "../../core/ui/form_builder/form_builder";
|
||||
import { ButtonV2 } from "../../core/ui/button/button_v2";
|
||||
import { Result } from "../../core/helper/result";
|
||||
import { plainToInstance } from "class-transformer";
|
||||
|
||||
export const isValidJson = <T,>(json: any): Result<string, T> => {
|
||||
try {
|
||||
|
@ -288,3 +287,4 @@ export const SkillsScreen = observer(() => {
|
|||
</>
|
||||
);
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue