feat: remove @next directory from all imports

This commit is contained in:
fragosti
2018-12-20 16:03:06 -08:00
parent abdf91c691
commit a67b34700e
40 changed files with 204 additions and 204 deletions

View File

@@ -1,7 +1,7 @@
import * as React from 'react';
import styled from 'styled-components';
import { addFadeInAnimation } from 'ts/@next/constants/animations';
import { addFadeInAnimation } from 'ts/constants/animations';
interface Props {
title: string;