This commit is contained in:
IDONTSUDO 2025-01-18 15:29:07 +03:00
parent d7ea79935e
commit c2da1d8f4c
19 changed files with 76 additions and 38 deletions

View file

@ -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(() => {
</>
);
});