remove thai styles import

This commit is contained in:
Triston Armstrong 2024-02-17 13:35:05 -06:00
parent 342a417982
commit c0a73f1919

View File

@ -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'