Skip to content

Commit

Permalink
Update devserver
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyi45 committed Oct 24, 2024
1 parent 1e745b1 commit b94848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devserver/src/components/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const createContextHelper = () => {
return tempContext;
};

const Playground: React.FC<{}> = () => {
const Playground: React.FC = () => {
const [dynamicTabs, setDynamicTabs] = React.useState<SideContentTab[]>([]);
const [selectedTabId, setSelectedTab] = React.useState(testTabContent.id);
const [codeContext, setCodeContext] = React.useState<Context>(createContextHelper());
Expand Down

0 comments on commit b94848a

Please sign in to comment.