mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-13 22:08:41 +01:00
adds WebSettings context
This commit is contained in:
8
frontend/src/WebSettings.tsx
Normal file
8
frontend/src/WebSettings.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
export const WebSettingsContext = createContext({});
|
||||
|
||||
export type WebSetting = {
|
||||
displayName: string;
|
||||
index: number;
|
||||
}[];
|
||||
Reference in New Issue
Block a user