prettier organize imports

This commit is contained in:
41666 2020-12-05 23:20:44 -05:00
parent 899853e24c
commit 2e1e63a789
101 changed files with 173 additions and 180 deletions

View file

@ -1,6 +1,6 @@
import * as React from 'react';
import { mediaQueryDefs } from './Breakpoints';
import { ScreenSize, BreakpointContext } from './Context';
import { BreakpointContext, ScreenSize } from './Context';
const resetScreen: ScreenSize = {
onSmallScreen: false,