mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
import { createContext } from "react";
|
|
|
|
export const BlockHighlightContext = createContext(null);
|