finish migration to less deps
This commit is contained in:
parent
3a762d2343
commit
aa12f5443c
19 changed files with 94 additions and 142 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
import { ParentProps } from "solid-js";
|
||||
import { Shell } from "~/features/shell";
|
||||
|
||||
export default function ShellPage(props) {
|
||||
export default function ShellPage(props: ParentProps) {
|
||||
return <Shell>{props.children}</Shell>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue