refactor: rename example App.tsx -> ExampleApp.tsx (#8501)

This commit is contained in:
David Luzar
2024-09-13 16:56:32 +02:00
committed by GitHub
parent c1b310c56b
commit 508f16dc04
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import * as excalidrawLib from "@excalidraw/excalidraw";
import { Excalidraw } from "@excalidraw/excalidraw";
import App from "../../components/App";
import App from "../../components/ExampleApp";
import "@excalidraw/excalidraw/index.css";