Skip to content

Commit

Permalink
Merge pull request #18 from lucasheartcliff/develop
Browse files Browse the repository at this point in the history
fixing lint errors
  • Loading branch information
lucasheartcliff authored May 1, 2024
2 parents adee09b + c9ab30f commit fefdc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type IMainProps = {

const Main = (props: IMainProps) => {
useEffect(() => {
console.heartcliff();
(console as any).heartcliff();
}, []);
return (
<div className="h-screen w-full">
Expand Down

0 comments on commit fefdc5b

Please sign in to comment.