Skip to content

Commit

Permalink
setup envirnoment
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneleon1 committed Jun 18, 2024
1 parent e1066b5 commit a602355
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import Login from './pages/Login';

function App() {
return <p className="text-blue-400">Welcome to Dynamites E-commerce</p>;
return <Login />;
}

export default App;
7 changes: 7 additions & 0 deletions src/pages/Login.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';

function Login() {
return <div>Login</div>;
}

export default Login;
Empty file removed src/pages/home
Empty file.

0 comments on commit a602355

Please sign in to comment.