Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Mar 30, 2022
1 parent 05b9204 commit ff17cbb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from 'react';

function Home() {
React.useEffect(() => {
window.location.href = './getting-started/install/cli';
}, []);

return null
}

export default Home;

0 comments on commit ff17cbb

Please sign in to comment.