chore: commit pending changes before monorepo submodule conversion
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
754e870ce4
commit
0ba7e00311
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue