Skip to content

Commit

Permalink
fix tsc for website
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Mar 4, 2024
1 parent 1568072 commit 8582f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/website/src/components/ChatConfiguration.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference path="../../../chat-widget/src/types.d.ts" />

import React, { type FC, type ReactNode } from "react";
import { type Theme, type TitleBar, defaultTheme } from "@nlxai/chat-widget";
import { type Config } from "@nlxai/chat-core";
Expand Down

0 comments on commit 8582f73

Please sign in to comment.