mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-06-01 23:49:00 +00:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
// @ts-nocheck
|
|
import { createContext } from 'react';
|
|
|
|
export default createContext();
|