Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jan 22, 2024
1 parent 0b9b4c8 commit 2b73fbc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
10 changes: 0 additions & 10 deletions refine-remix/plugins/antd-example/app/routes/_layout._index.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default function BlogPostShow() {
queryOptions: {
enabled: !!record,
},
});
<%_ } _%>

return (
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions refine-remix/plugins/mui-example/app/routes/_layout._index.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function BlogPostShow() {
queryOptions: {
enabled: !!record,
},
});
<%_ } _%>

return (
Expand Down

0 comments on commit 2b73fbc

Please sign in to comment.