index.js 266 B
Newer Older
Amaury Martiny's avatar
Amaury Martiny committed
// Copyright 2015-2018 Parity Technologies (UK) Ltd.
// This file is part of Parity.
//
Amaury Martiny's avatar
Amaury Martiny committed
// SPDX-License-Identifier: BSD-3-Clause
import FetherMenubarMenu from './menubar';
import FetherContextMenu from './context';
export { FetherMenubarMenu, FetherContextMenu };