aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/RootStoreProvider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/RootStoreProvider.tsx')
-rw-r--r--subprojects/frontend/src/RootStoreProvider.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/subprojects/frontend/src/RootStoreProvider.tsx b/subprojects/frontend/src/RootStoreProvider.tsx
index 2c11a0f9..7cb89af1 100644
--- a/subprojects/frontend/src/RootStoreProvider.tsx
+++ b/subprojects/frontend/src/RootStoreProvider.tsx
@@ -1,3 +1,9 @@
1/*
2 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
3 *
4 * SPDX-License-Identifier: EPL-2.0
5 */
6
1import { type ReactNode, createContext, useContext } from 'react'; 7import { type ReactNode, createContext, useContext } from 'react';
2 8
3import type RootStore from './RootStore'; 9import type RootStore from './RootStore';