Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Jan 6, 2024
1 parent 3660ede commit f2b7409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vite/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const isRestoringOwner = (isRestoringOwner?: boolean): boolean => {
// Ensure fixtures are not added to the restored owner.
if (!isRestoringOwner()) createFixtures();

const NextJsExample = memo(function NextJsExample() {
const ViteExample = memo(function ViteExample() {
const [currentTab, setCurrentTab] = useState<"todos" | "categories">("todos");

const handleTabClick = (): void =>
Expand Down Expand Up @@ -427,7 +427,7 @@ const prompt = <From extends string, To>(
};

function App() {
return <NextJsExample />;
return <ViteExample />;
}

export default App;

1 comment on commit f2b7409

@vercel
Copy link

@vercel vercel bot commented on f2b7409 Jan 6, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

evolu – ./

www.evolu.dev
evolu-evolu.vercel.app
evolu-git-main-evolu.vercel.app
evolu.dev
evolu.vercel.app

Please sign in to comment.