all repos — caroster @ 3152bd87b236233d1b480b87e9b4a2633d92c038

[Octree] Group carpool to your event https://caroster.io

app/src/containers/CarColumns/AddCar.js (view raw)

1import React from "react";
2
3const AddCar = () => {
4  return <div>Add car</div>;
5};
6
7export default AddCar;