feat: setup config local data

main-cloud
Firman Ramdhani 2025-04-30 11:57:30 +07:00
parent 537d574af7
commit d49c487e61
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import { App, Button, Col, InputNumber, InputNumberProps, Modal, ModalProps, Row, Slider } from 'antd';
import { set } from 'lodash';
import { useEffect, useState } from 'react';
import { App, Button, Col, InputNumber, InputNumberProps, Modal, ModalProps, Row, Slider } from 'antd';
export default function LocalDataConfiguration(modalProps: ModalProps) {
const { modal } = App.useApp();