Skip to content

Commit

Permalink
fix: merge to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
leduyhien152 committed Apr 26, 2024
1 parent 45c7ec9 commit bfcb3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[server]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { useFlexibleStaking } from "@/store/flexible-staking";
import { utils } from "@consolelabs/mochi-formatter";
import { useTokenStaking } from "@/store/token-staking";
import { formatUnits, parseUnits } from "ethers/lib/utils";
import { TokenImage } from "@/components/token-image";
import { Header } from "@/components/header/header";
import { TokenImage } from "@/components/token-image";

const Overview = () => {
const { isLoggedIn } = useLoginWidget();
Expand Down

0 comments on commit bfcb3bd

Please sign in to comment.