Skip to content

Commit

Permalink
Optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBlake00 committed Aug 17, 2024
1 parent bc80a57 commit bde4845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/ui/Email.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client"
import React, {useState} from "react";
import {motion} from "framer-motion";
import {BiCheck, BiCopy} from "react-icons/bi";
import {useGlobalContext} from "@/context/GlobalProvider";
Expand Down
4 changes: 2 additions & 2 deletions firebase/Config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {initializeApp} from "firebase/app";
import {getAnalytics, isSupported} from "firebase/analytics";
import {getAnalytics, isSupported, logEvent} from "firebase/analytics";
import {get, getDatabase, ref} from "@firebase/database";

const firebaseConfig = {
Expand Down Expand Up @@ -56,4 +56,4 @@ export const getProjects = async (filter: string) => {
} catch (e) {
console.log(e)
}
}
}

0 comments on commit bde4845

Please sign in to comment.