From c0a73f191963b96f3349fa75be6c8dfeb172f0c9 Mon Sep 17 00:00:00 2001 From: Triston Date: Sat, 17 Feb 2024 13:35:05 -0600 Subject: [PATCH] remove thai styles import --- pages/_app.tsx | 1 - 1 file changed, 1 deletion(-) 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'