feat
Deskripsi: - Create validasi - Create register - create global prisma, color tune,dan global state
This commit is contained in:
8
src/app/fun/my_console.ts
Normal file
8
src/app/fun/my_console.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { useState } from "react";
|
||||
|
||||
export function MyConsole(value: any) {
|
||||
const onData = true;
|
||||
if (onData) {
|
||||
console.log(value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user