mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-30 07:10:51 -08:00
remove ignore
This commit is contained in:
parent
36d0029a91
commit
e21ec86801
|
@ -46,7 +46,7 @@ function BlogPostPageContent({ sidebar, children }) {
|
||||||
</BlogLayout>
|
</BlogLayout>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
/* trunk-ignore(biome/lint/style/noDefaultExport) */
|
|
||||||
export default function BlogPostPage(props) {
|
export default function BlogPostPage(props) {
|
||||||
const BlogPostContent = props.content;
|
const BlogPostContent = props.content;
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue