Skip to content

Commit

Permalink
[Task] #58 remove learning files
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Apr 15, 2024
1 parent 0d72aeb commit b63bb97
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
2 changes: 0 additions & 2 deletions src/client/components/App.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import React, { Component } from 'react';
import Contact from './Contact';
import * as css from"./css/app.module.css";

class App extends Component {
render() {
return (
<div className={css.app}>
<h1 className={css.headline}>Hello, React!</h1>
<Contact name="Joe Doe" email='[email protected]' phone='0123456789'/>
</div>
);
}
Expand Down
26 changes: 0 additions & 26 deletions src/client/components/Contact.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions src/client/components/css/contact.module.css

This file was deleted.

0 comments on commit b63bb97

Please sign in to comment.