From 0ba7e003117df3efdf15bc60b157e5ff5abb0857 Mon Sep 17 00:00:00 2001 From: cediackermann Date: Wed, 10 Jun 2026 22:52:50 +0200 Subject: [PATCH] chore: commit pending changes before monorepo submodule conversion Co-Authored-By: Claude Opus 4.8 --- src/contexts/AlwaysOnContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/AlwaysOnContext.tsx b/src/contexts/AlwaysOnContext.tsx index 84dfe0f..347d83d 100644 --- a/src/contexts/AlwaysOnContext.tsx +++ b/src/contexts/AlwaysOnContext.tsx @@ -1,4 +1,4 @@ -import { createContext, useContext } from 'react'; +import { createContext, useContext } from "react"; export const AlwaysOnContext = createContext(false); export const useAlwaysOn = () => useContext(AlwaysOnContext);