diff --git a/src/ui/components/Interactive.js b/src/ui/components/Interactive.js index 33260f433..687f69b6b 100644 --- a/src/ui/components/Interactive.js +++ b/src/ui/components/Interactive.js @@ -5,7 +5,7 @@ * @format */ -import type {Rect} from '../../utils/geometry.js'; +import type {Rect} from '../../utils/geometry.tsx'; import LowPassFilter from '../../utils/LowPassFilter.js'; import { getDistanceTo, diff --git a/src/ui/components/Orderable.js b/src/ui/components/Orderable.js index f03a72992..6f63c4c0d 100644 --- a/src/ui/components/Orderable.js +++ b/src/ui/components/Orderable.js @@ -5,7 +5,7 @@ * @format */ -import type {Rect} from '../../utils/geometry.js'; +import type {Rect} from '../../utils/geometry.tsx'; import styled from '../styled/index.js'; import {Component} from 'react'; diff --git a/src/utils/geometry.js b/src/utils/geometry.tsx similarity index 100% rename from src/utils/geometry.js rename to src/utils/geometry.tsx diff --git a/src/utils/snap.tsx b/src/utils/snap.tsx index 377d005be..74d6ce4d1 100644 --- a/src/utils/snap.tsx +++ b/src/utils/snap.tsx @@ -5,7 +5,7 @@ * @format */ -import {Rect} from './geometry.js'; +import {Rect} from './geometry'; export const SNAP_SIZE = 16;