Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.6.0;
import { Bar } from './Bar.sol';
import { Foo } from './Foo.sol';
contract FooBar {}