Skip to content

Commit

Permalink
✂️
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Jul 25, 2024
1 parent 7ea0985 commit a47be1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viz/app/components/VisualizationWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import type {
VisualizationRPCCommand,
VisualizationRPCRequestMap,
} from "@dust-tt/types";
import { Button, ErrorMessage, Spinner } from "@viz/app/components/Components";
import { Spinner } from "@viz/app/components/Components";
import * as papaparseAll from "papaparse";
import * as reactAll from "react";
import React, { useCallback, useMemo } from "react";
import { useEffect, useState } from "react";
import { importCode, Runner } from "react-runner";
import * as rechartsAll from "recharts";
import { useResizeDetector } from "react-resize-detector";
import { ErrorBoundary, RenderError } from "@viz/app/components/ErrorBoundary";
import { ErrorBoundary } from "@viz/app/components/ErrorBoundary";

export function useVisualizationAPI(
sendCrossDocumentMessage: ReturnType<typeof makeSendCrossDocumentMessage>
Expand Down

0 comments on commit a47be1a

Please sign in to comment.