Skip to content

Commit

Permalink
import and then destruct
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 committed Mar 22, 2024
1 parent 394d6bd commit bec6f51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { createInstance } from "@featurevisor/sdk";
import FeaturevisorSDK from "@featurevisor/sdk";

const { createInstance } = FeaturevisorSDK;

const DATAFILE_URL =
"https://featurevisor-example-cloudflare.pages.dev/production/datafile-tag-all.json";
Expand Down

0 comments on commit bec6f51

Please sign in to comment.