Skip to content

Commit 97eb8ac

Browse files
committed
Remove tailwind-merge 🗑️
1 parent c1c9042 commit 97eb8ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { useState } from "react";
33
import { COLORS } from "../src/constants";
44
import dayjs from "dayjs";
55
import Head from "next/head";
6-
import { twMerge } from "tailwind-merge";
76

87
export default function Playground() {
98
const [value, setValue] = useState({

0 commit comments

Comments
 (0)