import React, { Component } from "react"; import { CategoryNavBar } from "../category/categoryNavBar/CategoryNavBar"; import { SearchBar } from "../search/searchBar/SearchBar"; import { CheckoutForm } from "./checkoutForm/CheckoutForm"; export default class Checkout extends Component { render() { return (

Checkout

); } }