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