Migrate geometry/snap
Summary: Seemed quite related. Reviewed By: jknoxville Differential Revision: D16711573 fbshipit-source-id: 3c6b355a5ed6fae5cb5bac824b57adcc2b28024a
This commit is contained in:
committed by
Facebook Github Bot
parent
fcf99fda4b
commit
85aeaa0e47
@@ -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,
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {Rect} from './geometry.js';
|
||||
import {Rect} from './geometry';
|
||||
|
||||
export const SNAP_SIZE = 16;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user