Skip to content

Commit 30a00dc

Browse files
remove unneeded props
1 parent e22117b commit 30a00dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/file-picking/teams-picker/src/components/PickerDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, useState, useContext, useRef } from "react";
1+
import React, { useEffect, useState, useContext } from "react";
22
import { dialog } from "@microsoft/teams-js";
33
import { combine, getGUID } from "@pnp/core";
44
import { TeamsFxContext } from "./Context";

0 commit comments

Comments
 (0)