Skip to content

Commit 3066584

Browse files
committed
fix: remove unused import
1 parent 2d56171 commit 3066584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-solana/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Plugin } from "@ai16z/eliza";
77
import { executeSwap } from "./actions/swap.ts";
88
import take_order from "./actions/takeOrder";
99
import pumpfun from "./actions/pumpfun.ts";
10-
import fomo from "./actions/fomo.ts";
10+
// import fomo from "./actions/fomo.ts";
1111
import { executeSwapForDAO } from "./actions/swapDao";
1212
import transferToken from "./actions/transfer.ts";
1313
import { walletProvider } from "./providers/wallet.ts";

0 commit comments

Comments
 (0)