Files
homepage/src/components/services/widget/highlight-context.jsx
shamoon 91d12c401c
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Crowdin Action / Crowdin Sync (push) Has been cancelled
Feature: fields highlighting (#5868)
2025-10-13 19:37:52 -07:00

4 lines
98 B
JavaScript

import { createContext } from "react";
export const BlockHighlightContext = createContext(null);