스마트서비스 최종완료보고 버전

This commit is contained in:
CodeTempla
2026-05-19 20:58:19 +09:00
commit d26eb50875
405 changed files with 46755 additions and 0 deletions
@@ -0,0 +1,15 @@
import UndefinedTransactions from './UndefinedTransactions';
import { Metadata } from "next";
import React from "react";
export const metadata: Metadata = {
title: "미등록 단말기 거래내역 조회",
description: "미등록 단말기 거래내역 조회",
};
export default function TransactionPage() {
return (
<UndefinedTransactions />
);
}