Skip to content

Commit 30b49e4

Browse files
committed
add import for useState in Tabs
1 parent f43eff3 commit 30b49e4

File tree

1 file changed

+1
-1
lines changed
  • subjects/04-Testing/components

1 file changed

+1
-1
lines changed

subjects/04-Testing/components/Tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from "react";
1+
import React, { useState } from "react";
22

33
const styles = {};
44

0 commit comments

Comments
 (0)