tag and folder pages
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
import ArticleTitle from "./ArticleTitle"
 | 
			
		||||
import Content from "./Content"
 | 
			
		||||
import Content from "./pages/Content"
 | 
			
		||||
import TagContent from "./pages/TagContent"
 | 
			
		||||
import FolderContent from "./pages/FolderContent"
 | 
			
		||||
import Darkmode from "./Darkmode"
 | 
			
		||||
import Head from "./Head"
 | 
			
		||||
import PageTitle from "./PageTitle"
 | 
			
		||||
@@ -10,10 +12,13 @@ import TagList from "./TagList"
 | 
			
		||||
import Graph from "./Graph" 
 | 
			
		||||
import Backlinks from "./Backlinks"
 | 
			
		||||
import Search from "./Search"
 | 
			
		||||
import Footer from "./Footer"
 | 
			
		||||
 | 
			
		||||
export {
 | 
			
		||||
  ArticleTitle,
 | 
			
		||||
  Content,
 | 
			
		||||
  TagContent,
 | 
			
		||||
  FolderContent,
 | 
			
		||||
  Darkmode,
 | 
			
		||||
  Head,
 | 
			
		||||
  PageTitle,
 | 
			
		||||
@@ -23,5 +28,6 @@ export {
 | 
			
		||||
  TagList,
 | 
			
		||||
  Graph,
 | 
			
		||||
  Backlinks,
 | 
			
		||||
  Search
 | 
			
		||||
  Search,
 | 
			
		||||
  Footer
 | 
			
		||||
} 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user