Skip to content

Commit

Permalink
fix: add tw merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Nov 30, 2024
1 parent bbed3e5 commit be4501a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
ResizablePanel,
ResizablePanelGroup,
} from '@uzh-bf/design-system/dist/future'
import { twMerge } from 'tailwind-merge'

interface ChoicesEvaluationProps {
instanceEvaluation: ChoicesElementInstanceEvaluation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
ResizablePanelGroup,
} from '@uzh-bf/design-system/dist/future'
import { useState } from 'react'
import { twMerge } from 'tailwind-merge'

interface FTEvaluationProps {
instanceEvaluation: FreeElementInstanceEvaluation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
ResizablePanel,
ResizablePanelGroup,
} from '@uzh-bf/design-system/dist/future'
import { twMerge } from 'tailwind-merge'

interface NREvaluationProps {
instanceEvaluation: NumericalElementInstanceEvaluation
Expand Down

0 comments on commit be4501a

Please sign in to comment.