diff --git a/src/components/row/row.stories.mdx b/src/components/row/row.stories.mdx
index cc9dcb129c..0c3223121c 100644
--- a/src/components/row/row.stories.mdx
+++ b/src/components/row/row.stories.mdx
@@ -5,11 +5,12 @@ import Typography from "../typography";
import Box from "../box";
import { Row, Column } from ".";
import DeprecationWarning from '../../__internal__/DeprecationWarning';
+import LinkTo from '@storybook/addon-links/react';
- Row and Column are due to be depricated. Please use the Grid component in place of Row and Column.
+ Row and Column are due to be depricated. Please use the Grid component in place of Row and Column.
# Row & Column