chore: commit pending changes before monorepo submodule conversion

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
cediackermann 2026-06-10 22:52:50 +02:00
parent 754e870ce4
commit 0ba7e00311
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
import { createContext, useContext } from 'react'; import { createContext, useContext } from "react";
export const AlwaysOnContext = createContext(false); export const AlwaysOnContext = createContext(false);
export const useAlwaysOn = () => useContext(AlwaysOnContext); export const useAlwaysOn = () => useContext(AlwaysOnContext);