Skip to content

Commit

Permalink
add dialogtitle import
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone committed Oct 22, 2024
1 parent 19c170d commit e970c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/CharacterCounter.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from "react";
import { Textarea } from "./components/ui/textarea";
import { Dialog, DialogContent } from "./components/ui/dialog";
import { Dialog, DialogContent, DialogTitle } from "./components/ui/dialog";
import { useEffect } from "react";

export default function CharacterCounter(props) {
Expand Down

0 comments on commit e970c61

Please sign in to comment.