Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhickey committed Nov 16, 2024
1 parent e6dd57e commit 5fc0eba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/users/[user_id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { useState, useEffect } from "react";
import { UserType, ROLE_OPTIONS } from "@/types/auth";
import $CompassModal from "@/components/design_system/modal/CompassModal.module.css";
import $button from "@/components/design_system/button/Button.module.css";
import $Form from "@/styles/Form.module.css";
import $input from "@/styles/Input.module.css";
import { getRoleLabel } from "@/types/auth";
import { Dropdown } from "@/components/design_system/dropdown/Dropdown";

Expand Down

0 comments on commit 5fc0eba

Please sign in to comment.