Skip to content

Commit

Permalink
Merge pull request #47 from flexcodelabs/develop
Browse files Browse the repository at this point in the history
fix: missing datepicker file error
  • Loading branch information
Era360 authored Oct 22, 2024
2 parents 74b7934 + ad6700e commit 28f8ca7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-sarufi-chatbox": "^0.1.4"
"react-sarufi-chatbox": "^0.4.7"
},
"devDependencies": {
"@types/react": "^18.0.27",
Expand Down
2 changes: 1 addition & 1 deletion src/chat/message-actions/date-picker.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { CSSProperties, useState } from "react";
import { Calendar } from "../../assets/icons";
import "./date-picker.css";
import "./datepicker.css";

interface DatePickerProps {
selectedDate?: Date;
Expand Down
File renamed without changes.

0 comments on commit 28f8ca7

Please sign in to comment.