mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-27 16:58:46 +00:00
Fix page titles and remove field settings page
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
import { locale } from '../Locales'
|
||||
|
||||
type FieldSettingsProps = {
|
||||
lang: string,
|
||||
path?: string,
|
||||
}
|
||||
export function FieldSettings({ lang }: FieldSettingsProps) {
|
||||
const loc = locale.bind(null, lang)
|
||||
return <main>
|
||||
<div class="settings">
|
||||
<p>{loc('settings.fields.description')}</p>
|
||||
<ul class="field-list">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</main>
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
export * from './FieldSettings'
|
||||
export * from './Generator'
|
||||
export * from './Home'
|
||||
export * from './Worldgen'
|
||||
|
||||
Reference in New Issue
Block a user