Skip to content

Commit

Permalink
未使用の宣言を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Nah0012 committed Jan 5, 2024
1 parent 6cfa90a commit bbd8d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/infrastructure/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ import { initializeApp } from "firebase/app";
import {
getAuth,
GoogleAuthProvider,
connectAuthEmulator,
} from "firebase/auth";
import { getFirestore, connectFirestoreEmulator } from "firebase/firestore";
import { getFirestore } from "firebase/firestore";

const firebaseConfig = {
apiKey: import.meta.env.VITE_FIREBASE_API_KEY,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Memo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { exceptionMessage, successMessage } from "../utils/messages";
import ReactQuill from 'react-quill';
import 'react-quill/dist/quill.snow.css';
import './toolbar.css';
import React, { useEffect, useState } from 'react';//suzu
import { useEffect, useState } from 'react';//suzu
import { WithContext as ReactTags } from 'react-tag-input';//suzu


Expand Down

0 comments on commit bbd8d65

Please sign in to comment.