diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-12-21 08:03:06 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-12-21 08:03:06 +0800 |
commit | a67b34700e48cdf9a54c601af4ec9b9112fe4803 (patch) | |
tree | bb418b33a8e94fb0b7af3fddf20046cec4d7d22b /packages/website/ts/components/sections/landing/cta.tsx | |
parent | abdf91c691b924b75d71db49fba296da9c8ddcac (diff) | |
download | dexon-sol-tools-a67b34700e48cdf9a54c601af4ec9b9112fe4803.tar.gz dexon-sol-tools-a67b34700e48cdf9a54c601af4ec9b9112fe4803.tar.zst dexon-sol-tools-a67b34700e48cdf9a54c601af4ec9b9112fe4803.zip |
feat: remove @next directory from all imports
Diffstat (limited to 'packages/website/ts/components/sections/landing/cta.tsx')
-rw-r--r-- | packages/website/ts/components/sections/landing/cta.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/website/ts/components/sections/landing/cta.tsx b/packages/website/ts/components/sections/landing/cta.tsx index ec7f5d961..ec5a58a58 100644 --- a/packages/website/ts/components/sections/landing/cta.tsx +++ b/packages/website/ts/components/sections/landing/cta.tsx @@ -1,10 +1,10 @@ import * as React from 'react'; -import { BlockIconLink } from 'ts/@next/components/blockIconLink'; -import { Section } from 'ts/@next/components/newLayout'; +import { BlockIconLink } from 'ts/components/blockIconLink'; +import { Section } from 'ts/components/newLayout'; -import { AnimatedChatIcon } from 'ts/@next/components/animatedChatIcon'; -import { AnimatedCompassIcon } from 'ts/@next/components/animatedCompassIcon'; +import { AnimatedChatIcon } from 'ts/components/animatedChatIcon'; +import { AnimatedCompassIcon } from 'ts/components/animatedCompassIcon'; import { WebsitePaths } from 'ts/types'; interface Props { |