Skip to content

Commit 6aa32fd

Browse files
authored
chore: back index (#1093)
* feat: refactor overview * back
1 parent 7d53169 commit 6aa32fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index-3.tsx

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

44
const Home = () => {
55
useEffect(() => {
66
if (ExecutionEnvironment.canUseDOM) {
7-
window.location.href = '/guides';
7+
window.location.href = "/guides";
88
}
99
}, []);
1010

0 commit comments

Comments
 (0)