Skip to content

Commit

Permalink
Fix CRA app build (#5414)
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDanLu authored Nov 14, 2023
1 parent 3efd6c0 commit f600fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rsp-cra-18/src/BodyContent.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {useState, FormEvent, Key, useRef} from "react";
import {Item, TabList, TabPanels, Tabs} from '@adobe/react-spectrum'
import {useState, FormEvent, useRef} from "react";
import {Key, Item, TabList, TabPanels, Tabs} from '@adobe/react-spectrum'
import TodoList from './TodoList';
import JournalList from './JournalList';
import ToDo from './ToDo'
Expand Down

1 comment on commit f600fdf

@rspbot
Copy link

@rspbot rspbot commented on f600fdf Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.