···4343- Removing explorer: remove `Component.Explorer()` from `quartz.layout.ts`
4444 - (optional): After removing the explorer component, you can move the [[table of contents | Table of Contents]] component back to the `left` part of the layout
4545- Changing `sort`, `filter` and `map` behavior: explained in [[#Advanced customization]]
4646-- Component:
4747- - Wrapper (Outer component, generates file tree, etc): `quartz/components/Explorer.tsx`
4848- - Explorer node (recursive, either a folder or a file): `quartz/components/ExplorerNode.tsx`
4646+- Component: `quartz/components/Explorer.tsx`
4947- Style: `quartz/components/styles/explorer.scss`
5048- Script: `quartz/components/scripts/explorer.inline.ts`
5149···188186> and passing it in.
189187>
190188> ```ts title="quartz.layout.ts"
191191-> import { Options } from "./quartz/components/ExplorerNode"
189189+> import { Options } from "./quartz/components/Explorer"
192190>
193191> export const mapFn: Options["mapFn"] = (node) => {
194192> // implement your function here