Minor refacto

This commit is contained in:
2025-05-14 18:27:15 +02:00
parent b06ce4eefd
commit 72b6f26ebc

View File

@@ -1,4 +1,4 @@
import React, { createContext, PropsWithChildren } from 'react'; import { createContext } from 'react';
type ResourceContextType = { type ResourceContextType = {
basePath: string, basePath: string,