mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-30 05:34:33 +08:00
chore: scaffold directories for each project
This commit is contained in:
3
apps/portal/src/components/offers/OffersTitle.tsx
Normal file
3
apps/portal/src/components/offers/OffersTitle.tsx
Normal file
@ -0,0 +1,3 @@
|
||||
export default function OffersTitle() {
|
||||
return <h1 className="text-center text-4xl font-bold">Offers Research</h1>;
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
export default function QuestionBankTitle() {
|
||||
return (
|
||||
<h1 className="text-center text-4xl font-bold">Interview Questions</h1>
|
||||
);
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
export default function ResumeReviewsTitle() {
|
||||
return (
|
||||
<h1 className="text-center text-4xl font-bold">Resume Reviews {id}</h1>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user