Skip to content

Commit

Permalink
feat: study invite friend (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL authored Apr 18, 2024
2 parents c268c0c + 5638e8a commit be814ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pageTemplates/study/StudyDateBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import styled from "styled-components";
import StudyInviteModal from "../../modals/study/StudyInviteModal";
import { IPlace } from "../../types/models/studyTypes/studyDetails";

import StudyInviteModal from "../../modals/study/StudyInviteModal";
import { IPlace } from "../../types/models/studyTypes/studyDetails";
import { dayjsToFormat } from "../../utils/dateTimeUtils";

interface IStudyDateBar {
Expand Down

0 comments on commit be814ef

Please sign in to comment.