Skip to content

Commit 5a40a52

Browse files
author
DevComp
committed
🐛 Attempt to fix status code during redirection from /get
1 parent c00e6d2 commit 5a40a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Get/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
7-
import { Redirect, IndexRoute, } from '@docusaurus/router';
87
import React, { useState, useEffect, Route } from "react";
8+
import Layout from "@theme/Layout";
99

1010

1111

0 commit comments

Comments
 (0)