commit | e0283a8a4b370f9cb96488b20b642afaf8549efe | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sun Feb 13 10:05:56 2022 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Sun Feb 13 10:05:56 2022 +0000 |
tree | 2ca0bba8fd21da09567a28103cf9cd23a0d3a5d7 | |
parent | eebe3c6add3661bf812d118a69ea2eff48abbeba [diff] [blame] |
redesign
diff --git a/Components/Card.js b/Components/Card.js index a158c4f..a5c23ce 100644 --- a/Components/Card.js +++ b/Components/Card.js
@@ -1,5 +1,5 @@ import { Component } from "react"; -import Styles from '../styles/card.module.css'; +import Styles from '../styles/Components/card.module.css'; class Card extends Component { constructor(props) {