mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
refactor(web): move all types into typings folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Box, Slider, Text } from '@mantine/core';
|
||||
import { ISlider } from '../../../../interfaces/dialog';
|
||||
import { ISlider } from '../../../../typings/dialog';
|
||||
import { Control, useController } from 'react-hook-form';
|
||||
import { FormValues } from '../../InputDialog';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user