Skip to content
Snippets Groups Projects
Commit 998dea27 authored by nipa.das's avatar nipa.das
Browse files

Review Teams Code and modify few things

parent 72edcdb4
No related branches found
No related tags found
1 merge request!5Features/ashok/cards
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
import Button from './components/Button/index'
import React, { lazy, Suspense } from "react";
import { BrowserRouter, Route, Routes } from "react-router-dom";
......
// export { default as Button } from "./Button";
// export{default as SearchBar} from './SearchBar'
export { default as Button } from "./Button";
export{default as SearchBar} from './SearchBar'
import React from "react";
import PropTypes from "prop-types";
import Button from "components/Button";
import MenuItem from "components/Menu/MenuItem";
function Login(props) {
return <div>login
</div>;
return <div>login</div>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment