This commit is contained in:
Ariful Alam
2022-03-24 22:22:45 +06:00
parent c453eb95fd
commit 07e1e090a1
5 changed files with 23 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ import Project from './components/project';
import Blog from './components/blog';
import { getInitialTheme, setupHotjar } from './helpers/utils';
import config from '../gitprofile.config';
import './assets/index.css';
function App() {
const [theme, setTheme] = useState(getInitialTheme());

View File

@@ -1,6 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import { HelmetProvider } from 'react-helmet-async';