From f81d86cabb28f16c1881207a41bdf32a9134a35b Mon Sep 17 00:00:00 2001 From: kolibril13 <44469195+kolibril13@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:24:47 +0100 Subject: [PATCH] add getAssetUrls --- src/App.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index ed9578f..6406c6c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,8 +1,10 @@ import { Tldraw } from "@tldraw/tldraw"; import "@tldraw/tldraw/tldraw.css"; -import { useState } from "react"; +// import { getAssetUrls } from "@tldraw/assets/selfHosted"; export default function App() { + // const assetUrls = getAssetUrls(); + return (