try fix buffer
This commit is contained in:
parent
58d2d3aa17
commit
881ff70a1c
|
|
@ -13,6 +13,9 @@ import { ConfirmModal } from "~/pages/root/steps/royalty-step/components/confirm
|
||||||
import { useRootStore } from "~/shared/stores/root";
|
import { useRootStore } from "~/shared/stores/root";
|
||||||
import { BackButton } from "~/shared/ui/back-button";
|
import { BackButton } from "~/shared/ui/back-button";
|
||||||
import { useTonConnectUI } from "@tonconnect/ui-react";
|
import { useTonConnectUI } from "@tonconnect/ui-react";
|
||||||
|
import { Buffer } from 'buffer';
|
||||||
|
|
||||||
|
window.Buffer = Buffer;
|
||||||
|
|
||||||
type RoyaltyStepProps = {
|
type RoyaltyStepProps = {
|
||||||
prevStep(): void;
|
prevStep(): void;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue