Skip to content

Commit

Permalink
feat: GptAnalytics 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
krokerdile committed Nov 11, 2023
1 parent cb62878 commit 33644fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/GptAnalytics.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const GptAnalytics = () => {
return <>GptAnalytics</>;
};

export default GptAnalytics;

0 comments on commit 33644fa

Please sign in to comment.