有給休暇計算を主目的とした簡易勤怠管理システム
// SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> // SPDX-License-Identifier: AGPL-3.0-only import { type FC } from "react"; export const FirstParty: FC = () => { return "© 2024 Shota FUJI"; };