Skip to content

Commit

Permalink
not in esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Oct 16, 2024
1 parent 32b18b0 commit e4062d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aipane/components/TextInsertion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AIAnswer } from "../AIPrompt";
import Markdown from "react-markdown";
import rehypeHighlight from "rehype-highlight";
import "highlight.js/styles/github.css";
import { getSelectedText, isOutlookClient } from "../aipane.js";
import { getSelectedText, isOutlookClient } from "../aipane";

/**
* Props for the TextInsertion component.
Expand Down

0 comments on commit e4062d3

Please sign in to comment.