Skip to content

Commit 7238ba9

Browse files
committed
style: fix prettier formatting in 404 page imports
1 parent e1a30fb commit 7238ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/NotFound/Content/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React, { useEffect } from "react";
2-
import { useHistory } from "@docusaurus/router";
1+
import React, {useEffect} from "react";
2+
import {useHistory} from "@docusaurus/router";
33

44
/**
55
* Custom 404 Page Component for Keploy Docs

0 commit comments

Comments
 (0)