mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
perf: rewrite plebchan completely
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.test {
|
||||
font-size: 20px;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
import styles from './home.module.css';
|
||||
|
||||
const Home = () => {
|
||||
return <div className={styles.test}>plebchan</div>;
|
||||
};
|
||||
|
||||
export default Home;
|
||||
@@ -0,0 +1 @@
|
||||
export { default } from './home';
|
||||
Reference in New Issue
Block a user