mirror of
https://github.com/exogen/vl2-forge.git
synced 2026-01-19 19:44:46 +00:00
7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
import React from "react";
|
|
import { Forge } from "../src/Forge";
|
|
|
|
export default function Page() {
|
|
return <Forge />;
|
|
}
|