Convert utils/snap to TS

Reviewed By: danielbuechele

Differential Revision: D16710422

fbshipit-source-id: 2f907904a7df24f6972952d0c7a63d7e6506e2ff
This commit is contained in:
John Knox
2019-08-12 03:02:16 -07:00
committed by Facebook Github Bot
parent a522afd64f
commit 9b6f3684cb
2 changed files with 5 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import {
maybeSnapLeft,
maybeSnapTop,
SNAP_SIZE,
} from '../../utils/snap.js';
} from '../../utils/snap.tsx';
import styled from '../styled/index.js';
import invariant from 'invariant';
import React from 'react';