frontend: remote states from slider component

This commit is contained in:
Mose Müller
2023-08-02 12:06:20 +02:00
parent e48e33c948
commit 9c9e11ac51
2 changed files with 6 additions and 20 deletions

View File

@ -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'