WIP: Architecture Refactor, add stub files and working blog post wrapped by AppShell
This commit is contained in:
0
src/frontend/components/post-archive.tsx
Normal file
0
src/frontend/components/post-archive.tsx
Normal file
0
src/frontend/components/profile-badge.tsx
Normal file
0
src/frontend/components/profile-badge.tsx
Normal file
0
src/frontend/components/tag-picker.tsx
Normal file
0
src/frontend/components/tag-picker.tsx
Normal file
13
src/frontend/components/theme-picker.tsx
Normal file
13
src/frontend/components/theme-picker.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
export function ThemePicker() {
|
||||
|
||||
const randomNumber = Math.random();
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1>Sub Component!</h1>
|
||||
<p>Some text here... maybe? with hot reloading! {randomNumber}</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user