Skip to content

Commit

Permalink
fixup! Fix(web-react): FileUploaderInput className #DS-1508
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Oct 22, 2024
1 parent 71ae106 commit d909645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
69 changes: 0 additions & 69 deletions examples/next-with-app-router/src/app/fileuploader.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions examples/next-with-app-router/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FileuploaderTest from '@/app/fileuploader';
import { Heading } from '@lmc-eu/spirit-web-react';
import { NextPage } from 'next';

const Home: NextPage = () => <FileuploaderTest />;
const Home: NextPage = () => <Heading size="large">Spirit App Router</Heading>;

export default Home;

0 comments on commit d909645

Please sign in to comment.