Skip to content

Commit

Permalink
🐛 fix(radar): wip file renames to fix buidl
Browse files Browse the repository at this point in the history
renamed astro files to wip that are in progress to unblock azure build
  • Loading branch information
alanpcurrie committed Nov 29, 2023
1 parent ed58112 commit 99a585a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/PlotlyPlot.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// src/components/ObservablePlot.js
import React, { useEffect, useRef } from 'react';
import { useEffect, useRef } from 'react';
import * as Plot from '@observablehq/plot';

const ObservablePlot = ({ data }) => {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 99a585a

Please sign in to comment.