feat: make graph work in div
This commit is contained in:
6
app/src/lib/grid/index.ts
Normal file
6
app/src/lib/grid/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { withSubComponents } from "$lib/helpers";
|
||||
import Grid from "./Grid.svelte";
|
||||
import Row from "./Row.svelte";
|
||||
import Cell from "./Cell.svelte";
|
||||
|
||||
export default withSubComponents(Grid, { Row, Cell });
|
||||
Reference in New Issue
Block a user