mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
import App from "next/app";
|
|
import { withAmp } from "next/amp";
|
|
|
|
export default withAmp(App);
|