스마트서비스 최종완료보고 버전
This commit is contained in:
@@ -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 />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user