mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
- intial gatsbyJS setup
- setting up tailwindcss and other plugins - designing the landing page - creating a reusable button component
This commit is contained in:
5
gatsby-browser.js
Normal file
5
gatsby-browser.js
Normal file
@ -0,0 +1,5 @@
|
||||
import "./src/styles/global.css";
|
||||
|
||||
import "firebase/auth";
|
||||
import "firebase/analytics";
|
||||
import "firebase/firestore";
|
||||
Reference in New Issue
Block a user