File size: 133 Bytes
22b1735
 
cc2caf9
 
22b1735
cc2caf9
 
 
1
2
3
4
5
6
7
8
9

import { Navigate } from "react-router-dom";

const Index = () => {
  return <Navigate to="/" replace />;
};

export default Index;