mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
import { createContext } from 'react';
|
|
|
|
export const TeamsContext = createContext(null);
|
|
|
|
export default TeamsContext;
|