1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-07 09:38:46 +00:00
_/pages/_app.ts

5 lines
94 B
TypeScript
Raw Normal View History

2019-04-21 19:17:15 +09:00
import App from "next/app";
import { withAmp } from "next/amp";
export default withAmp(App);