Skip to content

Commit

Permalink
try use client
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jun 23, 2024
1 parent 61b0635 commit d461508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/form/ColourInput/useColourInput.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import Color from "colorjs.io";
import { useEffect, useRef, useState } from "react";

Expand Down

0 comments on commit d461508

Please sign in to comment.