Files
med-notes/.pnpm-store/v10/files/f0/2997c4b5a9b5be2663892faf74cb4c5f74251ff9c531c94892338b6f12783c8a7f33c6ab3f5290c9fa9e3423cfe71c7bbd98c4a0fe04832c59fccb080808fc
2025-05-09 05:30:08 +02:00

5 lines
128 B
Plaintext

'use client';
import { createContext } from 'react';
const outlineContext = createContext(null);
export default outlineContext;