Skip to content

Commit

Permalink
import hooks from theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Sep 6, 2024
1 parent 38b4fb1 commit 2666a3f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
import React from "react";

import BrowserOnly from "@docusaurus/BrowserOnly";

import { useTypedSelector } from "../../ApiItem/hooks";
import { useTypedSelector } from "@theme/ApiItem/hooks";

function colorForMethod(method: string) {
switch (method.toLowerCase()) {
Expand Down

0 comments on commit 2666a3f

Please sign in to comment.