mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-19 15:36:04 -05:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
import { createContext } from 'react';
|
|
|
|
export const InfiniteScaleContext = createContext({
|
|
theme: null,
|
|
config: null,
|
|
});
|