mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 01:50:47 -04:00
regressing rn
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Settings Provider
|
||||
// Purpose: Supplies app-wide settings state and namespace-scoped update APIs. Scope: Bridges persistence helpers with React context for consistent settings access.
|
||||
import { createContext, useCallback, useContext, useEffect, useMemo, useState } from 'react';
|
||||
import { loadSettings, saveSettings } from './persistence.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user