created the login page and the single-listing page

This commit is contained in:
soyed 2021-04-05 14:58:04 -04:00
parent e018a049e5
commit f177ba6b18
20 changed files with 491 additions and 26 deletions

View file

@ -1,10 +0,0 @@
import React from "react";
import { shallow } from "enzyme";
import HomePage from "./homePage";
describe("HomePage", () => {
test("matches snapshot", () => {
const wrapper = shallow(<HomePage />);
expect(wrapper).toMatchSnapshot();
});
});

View file

@ -1 +0,0 @@
export { default } from "./homePage";