Skip to content

Commit

Permalink
fix: compoennts names
Browse files Browse the repository at this point in the history
  • Loading branch information
nzkdevsaider committed Aug 27, 2023
1 parent 793116b commit e0409eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use client";
import { Input } from "@myreading/components/ui/Input";
import { Input } from "@myreading/components/ui/input";
import { Card } from "@myreading/components/ui/card";
import { useEffect, useState } from "react";
import Image from "next/image";
import { Slider } from "@myreading/components/ui/Slider";
import { Slider } from "@myreading/components/ui/slider";
import {
Select,
SelectContent,
Expand Down

0 comments on commit e0409eb

Please sign in to comment.