File tree Expand file tree Collapse file tree
apps/roam/src/components/settings/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,8 @@ import setBlockProps from "~/utils/setBlockProps";
55import getBlockProps from "~/utils/getBlockProps" ;
66import type { json } from "~/utils/getBlockProps" ;
77import DEFAULT_RELATIONS_BLOCK_PROPS from "~/components/settings/data/defaultRelationsBlockProps" ;
8- import {
9- getTopLevelBlockPropsConfig ,
10- } from "~/components/settings/utils/zodSchema" ;
11- import {
12- DG_BLOCK_PROP_SETTINGS_PAGE_TITLE ,
13- } from "./zodSchema" ;
8+ import { getTopLevelBlockPropsConfig } from "~/components/settings/utils/zodSchema" ;
9+ import { DG_BLOCK_PROP_SETTINGS_PAGE_TITLE } from "./zodSchema" ;
1410// TODO: Re-enable when initDiscourseNodePages is uncommented
1511// import INITIAL_NODE_VALUES from "~/data/defaultDiscourseNodes";
1612// import { getAllDiscourseNodes } from "./accessors";
You can’t perform that action at this time.
0 commit comments