feat: remove @next directory from all imports
This commit is contained in:
@@ -3,10 +3,10 @@ import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import styled, { withTheme } from 'styled-components';
|
||||
|
||||
import { Button } from 'ts/@next/components/button';
|
||||
import { Column, FlexWrap, WrapGrid } from 'ts/@next/components/newLayout';
|
||||
import { ThemeValuesInterface } from 'ts/@next/components/siteWrap';
|
||||
import { Heading } from 'ts/@next/components/text';
|
||||
import { Button } from 'ts/components/button';
|
||||
import { Column, FlexWrap, WrapGrid } from 'ts/components/newLayout';
|
||||
import { ThemeValuesInterface } from 'ts/components/siteWrap';
|
||||
import { Heading } from 'ts/components/text';
|
||||
import { WebsitePaths } from 'ts/types';
|
||||
import { constants } from 'ts/utils/constants';
|
||||
|
||||
|
@@ -3,7 +3,7 @@ import * as React from 'react';
|
||||
|
||||
import { Link } from 'react-router-dom';
|
||||
import styled from 'styled-components';
|
||||
import { Heading, Paragraph } from 'ts/@next/components/text';
|
||||
import { Heading, Paragraph } from 'ts/components/text';
|
||||
import { WebsitePaths } from 'ts/types';
|
||||
|
||||
const navData = [
|
||||
|
Reference in New Issue
Block a user