Skip to content

Commit

Permalink
Fix missing compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jun 17, 2024
1 parent 1ad50ef commit 2f969fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/design-system/src/forms/useForm/useForm.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// This source file is part of the Stanford Biodesign Digital Health ENGAGE-HF open-source project
//
// SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
//
// SPDX-License-Identifier: MIT
//
import { renderHook, act } from '@testing-library/react'
import { z } from 'zod'
import { useForm } from './useForm'
Expand Down

0 comments on commit 2f969fb

Please sign in to comment.