diff --git a/libraries/react-shared-libraries/src/form/track.tsx b/libraries/react-shared-libraries/src/form/track.tsx deleted file mode 100644 index 228a4440..00000000 --- a/libraries/react-shared-libraries/src/form/track.tsx +++ /dev/null @@ -1,33 +0,0 @@ -'use client'; - -import { Slider } from '@mantine/core'; -import { FC } from 'react'; -export const Track: FC<{ - value: number; - min: number; - max: number; - onChange: (value: number) => void; -}> = (props) => { - const { value, onChange, min, max } = props; - return ( - - ); -}; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e7f0632e..0cd6a07e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,7 +57,7 @@ importers: '@mantine/hooks': specifier: ^5.10.5 version: 5.10.5(react@18.3.1) - '@gitroom/frontend/components/layout/new-modal': + '@mantine/modals': specifier: ^5.10.5 version: 5.10.5(@mantine/core@5.10.5(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@mantine/hooks@5.10.5(react@18.3.1))(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@5.10.5(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@modelcontextprotocol/sdk':