6 lines
63 B

import { c } from './c';
export default function () {
c();
}