Skip to content

Commit

Permalink
type: fix type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 7, 2023
1 parent 50efa7d commit d9ec258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import sdk from "@stackblitz/sdk";
import { Project, EmbedOptions, OpenOptions } from "@stackblitz/sdk/typings/interfaces";
import { Project, EmbedOptions, OpenOptions } from "@stackblitz/sdk";

export type EmbedOpts = {
/** Either an element ID string or the target HTMLElement itself. */
Expand Down

0 comments on commit d9ec258

Please sign in to comment.