adds favicon to head

This commit is contained in:
Danny Avila 2023-02-08 09:44:10 -05:00
parent b5042a738e
commit d07047722e
6 changed files with 46 additions and 13 deletions

View file

@ -1,4 +1,5 @@
//ThemeContext.js
// source: https://plainenglish.io/blog/light-and-dark-mode-in-react-web-application-with-tailwind-css-89674496b942
import React, { createContext, useState, useEffect } from 'react';