6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import TermsView from "~/views/terms";
|
|
|
|
export default function Terms() {
|
|
return <TermsView />;
|
|
}
|