diff --git a/src/App.tsx b/src/App.tsx index 11870fa..876de34 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import { ConfigProvider } from './context/ConfigContext'; +import { ConfigProvider } from './context/ConfigProvider'; import { Header } from './components/Header'; import { Wizard } from './components/Wizard/Wizard'; import { ExpertPanel } from './components/Expert/ExpertPanel'; diff --git a/src/context/ConfigContext.tsx b/src/context/ConfigProvider.tsx similarity index 100% rename from src/context/ConfigContext.tsx rename to src/context/ConfigProvider.tsx