aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/hero.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/components/hero.tsx')
-rw-r--r--packages/website/ts/components/hero.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/hero.tsx b/packages/website/ts/components/hero.tsx
index 4c8874d3e..a662ee3a5 100644
--- a/packages/website/ts/components/hero.tsx
+++ b/packages/website/ts/components/hero.tsx
@@ -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;