Skip to content

Commit

Permalink
fix: flow ignore for TS component
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuanitas committed Oct 18, 2024
1 parent 0de5f1f commit 8f3c40c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type Props = {
};

const LoadableContentAnswers = AsyncLoad({
// $FlowFixMe TypeScript component
loader: () => import(/* webpackMode: "lazy", webpackChunkName: "content-answers" */ '../../common/content-answers'),
});
const LoadableContentOpenWith = AsyncLoad({
Expand Down

0 comments on commit 8f3c40c

Please sign in to comment.