Skip to content

Commit

Permalink
Fixing a connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Rethakgetse-Manaka committed Sep 13, 2024
1 parent 1a20d43 commit b43d613
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import {
} from "@components/index";
import { motion } from "framer-motion";
import { ChevronRight } from "lucide-react";
import { useCentrifugeCounter } from "CentrifugoService";
// import { useCentrifugeCounter } from "CentrifugoService";
const OverviewComponent = () => {
const counter = useCentrifugeCounter();
// const counter = useCentrifugeCounter();
const counter = 0;
return (
<div className="">
<Header />
Expand Down

0 comments on commit b43d613

Please sign in to comment.