Skip to content

Commit

Permalink
fix: move modules.module.css file into components\organisms folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cdreamer1 committed Mar 18, 2024
1 parent f048331 commit b98524b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState, memo, FC } from 'react';
import axios from "axios";
import { NodeProps, NodeResizer } from 'reactflow';
import classes from "../modules.module.css";
import classes from "./modules.module.css";
import SearchBar from "../atoms/search-bar/search-bar";
import ModuleItem, { ModuleItemPropsType } from "../molecules/module-item";

Expand Down

1 comment on commit b98524b

@cdreamer1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the part following the atomic design.
Thanks.

Please sign in to comment.