patch mobile menu

This commit is contained in:
2022-05-21 18:23:20 -04:00
parent de5ae1ede6
commit 08a73e66ef
4 changed files with 7 additions and 8 deletions

View File

@@ -2,7 +2,6 @@ import React from 'react';
import { createRoot } from 'react-dom/client';
import App from './App';
import reportWebVitals from './reportWebVitals';
import './responsive.js'
const container = document.getElementById('root');
const root = createRoot(container);