Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan authored and aarongarciah committed Aug 27, 2024
1 parent 4e82a0b commit 99e2ca2
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion docs/data/material/getting-started/templates/blog/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default function Blog() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/getting-started/templates/blog/Blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default function Blog() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default function Checkout() {
setActiveStep(activeStep - 1);
};
return (
// You can delete this NavBar component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default function Checkout() {
setActiveStep(activeStep - 1);
};
return (
// You can delete this NavBar component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default function Dashboard() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function Dashboard() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function MarketingPage() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function MarketingPage() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function SignInSide() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function SignInSide() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export default function SignIn() {
};

return (
// You can delete this NavBar component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export default function SignIn() {
};

return (
// You can delete this NavBar component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export default function SignUp() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export default function SignUp() {
};

return (
// You can delete this TemplateFrame component since it's just no navigate to other pages
<TemplateFrame
toggleCustomTheme={toggleCustomTheme}
showCustomTheme={showCustomTheme}
Expand Down

0 comments on commit 99e2ca2

Please sign in to comment.