feat: add search page

This commit is contained in:
Kentai Radiquum 2024-07-13 21:36:40 +05:00
parent 1915d46ffc
commit 751b61668f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 180 additions and 7 deletions

View file

@ -8,7 +8,7 @@ module.exports = {
"./app/**/*.{js,ts,jsx,tsx,mdx}",
],
plugins: [
addIconSelectors(["mdi", "material-symbols"]),
addIconSelectors(["mdi", "material-symbols", "twemoji"]),
require('tailwind-scrollbar')
],
};