Integrate desktop API module across multiple components and hooks

This commit is contained in:
2026-05-06 04:40:01 +02:00
parent bb2b929d27
commit 672b51a28d
7 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import React, { useEffect, useState } from 'react'
import { colorSchemes, applyColorScheme } from './colorSchemes'
import desktopApi from './desktop/desktopApi'
const COLOR_SCHEME_KEY = 'colorScheme'
const STREAM_KEY = 'streamOutput'