This commit is contained in:
Rizky 2024-05-10 16:16:43 +07:00
parent 7217e43b33
commit 56cdabd78e
9 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,5 @@
import { IMeta } from "../../utils/types"; import { IMeta } from "../../utils/types";
export const devItem = (meta: IMeta) => { export const devItem = (meta: IMeta) => {
console.log(meta);
return meta.item; return meta.item;
} }