Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Feb 25, 2024
1 parent 6c3ebe3 commit 8e3ca94
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion docs/app/guides/display/circles/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import CodeAndExample from "components/CodeAndExample"

import * as MovableCircle from "guide-examples/MovableCircle"
import MovableCircleSource from "!raw-loader!guide-examples/MovableCircle"

import { PropTable } from "components/PropTable"

Expand Down
1 change: 0 additions & 1 deletion docs/app/guides/display/ellipses/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import CodeAndExample from "components/CodeAndExample"

import * as MovableEllipse from "guide-examples/MovableEllipse"
import MovableEllipseSource from "!raw-loader!guide-examples/MovableEllipse"
import WIP from "components/WIP"
import Link from "next/link"

Expand Down
5 changes: 0 additions & 5 deletions docs/app/guides/display/plots/page.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
import CodeAndExample from "components/CodeAndExample"

import * as OfXAndY from "guide-examples/plots/of-x-and-y"
import OfXAndYSource from "!raw-loader!guide-examples/plots/of-x-and-y.tsx"

import * as TwistyBoi from "guide-examples/plots/twisty-boi"
import TwistyBoiSource from "!raw-loader!guide-examples/plots/twisty-boi.tsx"

import * as VectorFieldExample from "guide-examples/VectorFieldExample"
import * as SineStressTest from "guide-examples/plots/sine-stress-test"
import SineStressTestSource from "!raw-loader!guide-examples/plots/sine-stress-test.tsx"

import { PropTable } from "components/PropTable"
import * as InequalitiesExample from "guide-examples/plots/inequalities"
Expand Down
1 change: 0 additions & 1 deletion docs/app/guides/display/points/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import CodeAndExample from "components/CodeAndExample"

import * as SimplePoint from "guide-examples/display/SimplePoint"
import SimplePointSource from "!raw-loader!guide-examples/display/SimplePoint"

import { PropTable } from "components/PropTable"

Expand Down
1 change: 0 additions & 1 deletion docs/app/guides/experimental/animation/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import WIP from "components/WIP"
import CodeAndExample from "components/CodeAndExample"

import * as AnimatedPoint from "guide-examples/animation/AnimatedPoint"
import AnimatedPointSource from "!raw-loader!guide-examples/animation/AnimatedPoint"

function Stopwatch() {
return (
Expand Down
4 changes: 1 addition & 3 deletions docs/app/guides/interaction/movable-points/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import CodeAndExample from "components/CodeAndExample"

import * as PointsAlongFunction from "guide-examples/display/PointsAlongFunction"
import PointsAlongFunctionSource from "!raw-loader!guide-examples/display/PointsAlongFunction"
import * as DynamicMovablePoints from "guide-examples/display/DynamicMovablePoints"
import DynamicMovablePointsSource from "!raw-loader!guide-examples/display/DynamicMovablePoints"
import * as SnapPoint from "guide-examples/SnapPoint"
import SnapPointSource from "!raw-loader!guide-examples/SnapPoint"

import { Advanced } from "components/Advanced"
import Code from "components/Code"
import Link from "next/link"
Expand Down

0 comments on commit 8e3ca94

Please sign in to comment.