Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript #37595

Merged
merged 17 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed import error and removed unused import in App.tsx
  • Loading branch information
David authored and David committed Jun 14, 2023
commit 5a7d4d01e3de3838a17c23546c91e863ad95ccef
3 changes: 1 addition & 2 deletions examples/base-vite-react-tailwind-ts/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import Player from './Player';
import Player from './components/Player';

function App() {
return <Player />;
Expand Down
2 changes: 1 addition & 1 deletion examples/base-vite-react-tailwind-ts/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/// <reference types="vite/client" />
/// <reference types="vite/client" />