chore: safely uses deepMerge

This commit is contained in:
James
2024-03-07 11:33:46 -05:00
parent 5431a84f37
commit c6c5b2e682
6 changed files with 46 additions and 3 deletions

7
test/CustomDashboard.tsx Normal file
View File

@@ -0,0 +1,7 @@
'use client'
import React from 'react'
export const CustomDashboard: React.FC = () => {
return <h1>hello</h1>
}