Skip to content

Commit

Permalink
Remover version, refactor inspector to just use client
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 29, 2024
1 parent af9e8d8 commit ee8e702
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docs/src/components/Version.astro

This file was deleted.

10 changes: 8 additions & 2 deletions src/web/Inspector.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import { DOCUMENT } from 'sketchzone';
import React from 'react';
import type { WorkerStats, AppToWorkerMsg, WorkerToAppMsg } from './worker.js';
import { BytecodeProgram, compile, DusaCompileError, type Issue } from '../client.js';
import type { BigFact, BigTerm } from '../termoutput.js';
import {
BytecodeProgram,
compile,
DusaCompileError,
type Issue,
type BigFact,
type BigTerm,
} from '../client.js';
import {
ChevronLeftIcon,
ChevronRightIcon,
Expand Down

0 comments on commit ee8e702

Please sign in to comment.