Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Nov 21, 2023
1 parent e1a9dcf commit e04ce91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs-website/src/pages/_components/TownhallButton/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState, useEffect } from 'react';
import styles from "./townhallbutton.module.scss";
import useBaseUrl from "@docusaurus/useBaseUrl";
import clsx from "clsx";
import Link from "@docusaurus/Link";

Expand All @@ -26,7 +25,7 @@ const TownhallButton = () => {

setShowButton(shouldShowButton);
setCurrentMonth(monthText);
}, []);
});

return (
showButton && (
Expand Down

0 comments on commit e04ce91

Please sign in to comment.