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.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/RootStoreProvider.tsx b/subprojects/frontend/src/RootStoreProvider.tsx
index 70ac7776..2c11a0f9 100644
--- a/subprojects/frontend/src/RootStoreProvider.tsx
+++ b/subprojects/frontend/src/RootStoreProvider.tsx
@@ -1,4 +1,4 @@
1import React, { type ReactNode, createContext, useContext } from 'react'; 1import { type ReactNode, createContext, useContext } from 'react';
2 2
3import type RootStore from './RootStore'; 3import type RootStore from './RootStore';
4 4