We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814ddba commit f87d984Copy full SHA for f87d984
app/canvas/page.tsx
@@ -1,4 +1,4 @@
1
-import { Canvas } from "@/components/Canvas";
+import { Canvas } from "@/components/Canvas"
2
3
const CanvasPage = () => {
4
return (
@@ -8,4 +8,4 @@ const CanvasPage = () => {
8
);
9
}
10
11
-export default CanvasPage;
+export default CanvasPage;
0 commit comments