Skip to content

Commit f600fdf

Browse files
authored
Fix CRA app build (#5414)
1 parent 3efd6c0 commit f600fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/rsp-cra-18/src/BodyContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {useState, FormEvent, Key, useRef} from "react";
2-
import {Item, TabList, TabPanels, Tabs} from '@adobe/react-spectrum'
1+
import {useState, FormEvent, useRef} from "react";
2+
import {Key, Item, TabList, TabPanels, Tabs} from '@adobe/react-spectrum'
33
import TodoList from './TodoList';
44
import JournalList from './JournalList';
55
import ToDo from './ToDo'

0 commit comments

Comments
 (0)