// Copyright 2017-2021 @axia-js/dev authors & contributors // SPDX-License-Identifier: Apache-2.0 import { circ1 } from './circ1'; export function circ2 (): void { circ1(); }