Skip to content
Snippets Groups Projects

Change mui to tailwindcss

Merged Yusuf Akgül requested to merge chageMUItoTailwind into main
51 files
+ 2433
1273
Compare changes
  • Side-by-side
  • Inline
Files
51
+ 3
5
import { SignIn } from "@clerk/nextjs";
export default function Login() {
return (
<div>
<h1>Login WIP</h1>
</div>
)
return <SignIn />;
}
\ No newline at end of file
Loading