import React from 'react' import { ThemesProvider } from './ThemeContext' const AppContext = ({ children }) => { return {children} } export default AppContext