refactor: extract reusable library
- move reusable domain, data, state, ui code into src/lib - update host screens to consume new library exports - document architecture and configure path aliases - bump astro integration dependencies for compatibility Refs #30
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { h } from 'preact';
|
||||
import type { ButtonProps } from '../../types/ui';
|
||||
import type { ButtonProps } from '@lib/ui/types';
|
||||
import styles from './Button.module.css';
|
||||
|
||||
export function Button({
|
||||
|
||||
Reference in New Issue
Block a user