Skip to content

Commit

Permalink
Merge pull request #949 from PaloAltoNetworks/method-endpoint
Browse files Browse the repository at this point in the history
Import MethodEndpoint hooks from @theme
  • Loading branch information
sserrata authored Sep 6, 2024
2 parents 38b4fb1 + 2666a3f commit 800c1b1
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 800c1b1

Please sign in to comment.