mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-03 18:10:32 -05:00 
			
		
		
		
	remove unused imports
This commit is contained in:
		@ -6,10 +6,6 @@ import rehypeHighlight from "rehype-highlight";
 | 
				
			|||||||
import rehypeKatex from "rehype-katex";
 | 
					import rehypeKatex from "rehype-katex";
 | 
				
			||||||
import remarkMath from "remark-math";
 | 
					import remarkMath from "remark-math";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { Root, Element } from "hast";
 | 
					 | 
				
			||||||
import { Plugin } from "unified";
 | 
					 | 
				
			||||||
import { visit } from "unist-util-visit";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export default defineConfig({
 | 
					export default defineConfig({
 | 
				
			||||||
  build: {
 | 
					  build: {
 | 
				
			||||||
    rollupOptions: {
 | 
					    rollupOptions: {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user