Skip to content

Commit

Permalink
update button import in pages/goals/[goal_id]
Browse files Browse the repository at this point in the history
  • Loading branch information
KCCPMG committed Feb 13, 2024
1 parent 181e854 commit 94086e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/goals/[goal_id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Box from "@mui/material/Box";
import Grid from "@mui/material/Grid";
import List from "@mui/material/List";
import $GoalPage from "../../styles/GoalPage.module.css";
import $button from "@/styles/Button.module.css";
import $button from "@/components/design_system/button/Button.module.css";

enum selectionValue {
ACTIVE,
Expand Down

0 comments on commit 94086e8

Please sign in to comment.