adapters/react/RuiSkipLinksReact/src/index.tsx (3 lines of code) (raw):

/** * Copyright Deloitte Digital 2019 * * This source code is licensed under the BSD-3-Clause license found in the * LICENSE file in the root directory of this source tree. */ import {RuiSkipLinks} from './RuiSkipLinks'; export * from './RuiSkipLinks'; export default RuiSkipLinks;