Skip to content

Commit

Permalink
Added Macros
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaanCoding committed Apr 16, 2024
1 parent b3af8c5 commit a51a955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const MainContent: React.FC<{

useEffect(() => {
generateOutput()
}, [variables, templateBlocks])
}, [variables, templateBlocks, macros])

return (
<div className="flex flex-col">
Expand Down

0 comments on commit a51a955

Please sign in to comment.