fix: Do not import gitlab-ui from itself
Why
Because when mocking a subset of gitlab-ui components using jest manual mocks using the following declaration:
export * from '@gitlab/ui';
gitlab-ui tries to use gitlab-ui’s mock of the consumer project, and a circular dependency error happens.