Skip to content

Commit

Permalink
delete BaseRouterStorage (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrishang authored Sep 12, 2023
1 parent d801083 commit c78c015
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
25 changes: 0 additions & 25 deletions src/lib/BaseRouterStorage.sol

This file was deleted.

1 change: 0 additions & 1 deletion src/presets/BaseRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { IRouterState } from "../interface/IRouterState.sol";
import { IRouterStateGetters } from "../interface/IRouterStateGetters.sol";
import { ExtensionManager } from "./ExtensionManager.sol";
import { DefaultExtensionSet } from "./DefaultExtensionSet.sol";
import { BaseRouterStorage } from "../lib/BaseRouterStorage.sol";
import { StringSet } from "../lib/StringSet.sol";

/// @title BaseRouter
Expand Down

0 comments on commit c78c015

Please sign in to comment.