Skip to content

Commit

Permalink
fix import format
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzia551 committed Jul 12, 2022
1 parent 2fab6f2 commit 5ee12c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeployTransparentProxyFactory.s.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

import {Script} from '../lib/forge-std/src/Script.sol';
import {Script} from 'forge-std/Script.sol';
import {TransparentProxyFactory} from '../src/contracts/transparent-proxy/TransparentProxyFactory.sol';

contract Deploy is Script {
Expand Down

0 comments on commit 5ee12c4

Please sign in to comment.