web: Components: Fixed Link import for RowContainer story

This commit is contained in:
Ilya Oleshko 2019-09-10 11:18:52 +03:00
parent bee87acef2
commit 1a714d06a1

View File

@ -5,7 +5,7 @@ import RowContainer from '.';
import Row from '../row';
import RowContent from '../row-content';
import Avatar from '../avatar';
import Link from '../combobox';
import Link from '../link';
import { Icons } from '../icons';
const getRndString = (n) => Math.random().toString(36).substring(2, (n + 2));