diff --git a/pages/_app.tsx b/pages/_app.tsx index 3ef1736..c467b83 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,6 +1,5 @@ import '../styles/global.css' import '../styles/prism.css' -import '../styles/thai.css' import type { AppProps } from 'next/app' import type { HomeProps } from './notes' import React from 'react'