mishig HF staff commited on
Commit
53b45af
1 Parent(s): af93b45
src/lib/components/InferencePlayground/InferencePlaygroundCodeSnippets.svelte CHANGED
@@ -1,5 +1,5 @@
1
  <script lang="ts">
2
- import type { Conversation } from "$lib/types";
3
 
4
  import { onDestroy } from "svelte";
5
  import hljs from "highlight.js/lib/core";
 
1
  <script lang="ts">
2
+ import type { Conversation } from "./types";
3
 
4
  import { onDestroy } from "svelte";
5
  import hljs from "highlight.js/lib/core";