perf: rewrite plebchan completely

This commit is contained in:
plebeius.eth
2024-02-27 17:58:08 +01:00
parent 8f1831b69f
commit c4a5cfec49
95 changed files with 2658 additions and 39527 deletions
+3
View File
@@ -0,0 +1,3 @@
.test {
font-size: 20px;
}
+7
View File
@@ -0,0 +1,7 @@
import styles from './home.module.css';
const Home = () => {
return <div className={styles.test}>plebchan</div>;
};
export default Home;
+1
View File
@@ -0,0 +1 @@
export { default } from './home';