mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-12 15:57:12 +02:00
frontend: remote states from slider component
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import { useEffect, useReducer } from 'react';
|
||||
import { Component, ComponentLabel } from './components/component';
|
||||
import { ButtonComponent } from './components/ButtonComponent';
|
||||
import { socket } from './socket';
|
||||
import { NumberComponent } from './components/NumberComponent';
|
||||
import { SliderComponent } from './components/SliderComponent';
|
||||
import { EnumComponent } from './components/EnumComponent';
|
||||
import { socket } from './socket';
|
||||
|
||||
type AttributeType =
|
||||
| 'str'
|
||||
|
Reference in New Issue
Block a user