Skip to content

Commit

Permalink
⚡️ :: (#28) add logic gate component
Browse files Browse the repository at this point in the history
  • Loading branch information
KJG04 committed Jan 3, 2022
1 parent e443c35 commit b1fde9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions functions/src/components/LogicGate/LogicGate.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const LogicGate = () => {
return <div>hello world!</div>;
};

export default LogicGate;
1 change: 1 addition & 0 deletions functions/src/components/LogicGate/styles.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};

0 comments on commit b1fde9c

Please sign in to comment.