diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-06-03 00:21:52 -0400 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-06-03 00:21:52 -0400 | 
| commit | 529279abf16cc8d7f2e4340819b9a8e945202185 (patch) | |
| tree | 42bf106510923de9565a5224504427590cb38b5e /extension/react-app/src/tabs | |
| parent | 157a815e9126a8eb6b3c05848d2f5159d2f89844 (diff) | |
| download | sncontinue-529279abf16cc8d7f2e4340819b9a8e945202185.tar.gz sncontinue-529279abf16cc8d7f2e4340819b9a8e945202185.tar.bz2 sncontinue-529279abf16cc8d7f2e4340819b9a8e945202185.zip | |
forgotten changes
Diffstat (limited to 'extension/react-app/src/tabs')
| -rw-r--r-- | extension/react-app/src/tabs/chat/MessageDiv.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/extension/react-app/src/tabs/chat/MessageDiv.tsx b/extension/react-app/src/tabs/chat/MessageDiv.tsx index 9bdd8638..ad81f5e9 100644 --- a/extension/react-app/src/tabs/chat/MessageDiv.tsx +++ b/extension/react-app/src/tabs/chat/MessageDiv.tsx @@ -6,7 +6,7 @@ import {    defaultBorderRadius,    secondaryDark,  } from "../../components"; -import VS CodeFileLink from "../../components/VS CodeFileLink"; +import VSCodeFileLink from "../../components/VSCodeFileLink";  import ReactMarkdown from "react-markdown";  import "../../highlight/dark.min.css";  import hljs from "highlight.js"; | 
