Add settings pages & header
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { Props } from "astro";
|
||||
|
||||
interface SettingsProps extends Props {
|
||||
active: 'appearance' | 'credits' | 'links' | 'proxy';
|
||||
}
|
||||
|
||||
export type { SettingsProps };
|
||||
Reference in New Issue
Block a user