Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
narirou committed Dec 4, 2024
1 parent 242eef0 commit d2a5734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC, RefObject, useCallback, useEffect, useState } from "react";
import { fetchChairPostActivity } from "~/apiClient/apiComponents";
import { fetchChairPostActivity } from "~/api/api-components";
import { Toggle } from "~/components/primitives/form/toggle";
import { Text } from "~/components/primitives/text/text";
import { useSimulatorContext } from "~/contexts/simulator-context";
Expand Down

0 comments on commit d2a5734

Please sign in to comment.