mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 02:19:41 +05:00
feat: add scrolling to the courusel
This commit is contained in:
parent
a30ddcfc6a
commit
894fe14eaf
7 changed files with 93 additions and 48 deletions
|
@ -1,6 +1,7 @@
|
|||
import { Navbar } from "./components/Navbar/Navbar";
|
||||
import { Inter } from "next/font/google";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const App = (props) => {
|
||||
return (
|
||||
<body className={`${inter.className} overflow-x-hidden`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue