From 8bb856f3432a0df2444bcb63565446095612ce2f Mon Sep 17 00:00:00 2001 From: Yiwahpsp Date: Fri, 4 Oct 2024 20:56:14 +0700 Subject: [PATCH] fix: utilize cn, adding .env.example --- .env.example | 4 ++++ src/components/form/form-container.tsx | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..00f756d --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +ID_MAPPING_TABLE_ID= +NOCODB_BASE_URL= +NOCODB_XC_TOKEN= +NEXT_PUBLIC_BASE_URL=http://localhost:3000 \ No newline at end of file diff --git a/src/components/form/form-container.tsx b/src/components/form/form-container.tsx index 4776c2e..a55d2b8 100644 --- a/src/components/form/form-container.tsx +++ b/src/components/form/form-container.tsx @@ -1,4 +1,4 @@ -import React from 'react' +import { cn } from '@/lib/utils' export function FormContainer({ children, @@ -9,7 +9,10 @@ export function FormContainer({ }) { return (
{children}