Skip to content

Commit

Permalink
buildが通らないらしい
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsinri committed Oct 14, 2024
1 parent e4c9511 commit afde421
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./firebase";
import "./Firebase";
import React from "react";
import ReactDOM from "react-dom/client";
import "./index.css";
Expand Down
2 changes: 1 addition & 1 deletion src/providers/vspoStreamProvider/provider.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { ReactNode, useEffect, useMemo, useState } from "react";
import { collection, onSnapshot } from "firebase/firestore";
import { firestore } from "src/firebase";
import { firestore } from "src/Firebase";
import {
vspoStreamContext,
vspoStreamerContext,
Expand Down

0 comments on commit afde421

Please sign in to comment.