Skip to content

Commit

Permalink
refactor: extract components to new file
Browse files Browse the repository at this point in the history
  • Loading branch information
swh00tw committed Mar 6, 2024
1 parent 53a295f commit b83b8b0
Show file tree
Hide file tree
Showing 4 changed files with 475 additions and 432 deletions.
2 changes: 1 addition & 1 deletion apps/recnet/src/app/MobileNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { SkeletonText, Skeleton } from "@/components/Skeleton";
import { useState } from "react";
import { useRec } from "@/hooks/useRec";
import { getDateFromFirebaseTimestamp, getNextCutOff } from "@/utils/date";
import { RecForm } from "./feeds/LeftPanel";
import { RecForm } from "@/components/RecForm";

function RecFormContent(props: { setOpen: (open: boolean) => void }) {
const { setOpen } = props;
Expand Down
Loading

0 comments on commit b83b8b0

Please sign in to comment.