mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-03 05:32:11 +08:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
import { createContext } from "react";
|
|
|
|
export const BlockHighlightContext = createContext(null);
|