import YourComponent from "./path/of/your/component"; <Route path="/insert/your/path/here" component={YourComponent} />