Skip to content

Commit a5956ce

Browse files
committed
fix: lint error on unused import
1 parent 4f87b87 commit a5956ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

govtool/frontend/src/pages/GovernanceActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect } from "react";
22
import { useNavigate } from "react-router-dom";
33
import { Box, CircularProgress, Divider } from "@mui/material";
44

5-
import { Background, Button, ScrollToManage, Typography } from "@atoms";
5+
import { Background, ScrollToManage, Typography } from "@atoms";
66
import {
77
GOVERNANCE_ACTIONS_FILTERS,
88
GOVERNANCE_ACTIONS_SORTING,

0 commit comments

Comments
 (0)