From 6f5664b707166e55432466bb635deec42f5029e8 Mon Sep 17 00:00:00 2001 From: lankaukk Date: Thu, 27 Jun 2024 12:00:49 -0400 Subject: [PATCH] fix sample project images --- editor/src/sample-projects/sample-project-utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/src/sample-projects/sample-project-utils.ts b/editor/src/sample-projects/sample-project-utils.ts index b085b84cc714..751397aa3583 100644 --- a/editor/src/sample-projects/sample-project-utils.ts +++ b/editor/src/sample-projects/sample-project-utils.ts @@ -214,7 +214,7 @@ function createBeachesProjectContents(): ProjectContentTreeRoot { lastParseSuccess: null, lastSavedContents: null, fileContents: { - code: "import * as React from 'react'\nimport { View } from 'utopia-api'\nimport '../public/globals.css'\n\nexport var Playground = ({ style }) => {\n return (\n \n \n \n \n \n \n \n )\n}\n", + code: "import * as React from 'react'\nimport { View } from 'utopia-api'\nimport '../public/globals.css'\n\nexport var Playground = ({ style }) => {\n return (\n \n \n \n \n \n \n \n )\n}\n", parsed: { type: 'UNPARSED', }, @@ -231,7 +231,7 @@ function createBeachesProjectContents(): ProjectContentTreeRoot { lastParseSuccess: null, lastSavedContents: null, fileContents: { - code: "import * as React from 'react'\nimport '../public/globals.css'\nimport { FlexCol } from './utils'\n\nexport var App = () => {\n return (\n \n \n \n )\n}\n", + code: "import * as React from 'react'\nimport '../public/globals.css'\nimport { FlexCol } from './utils'\n\nexport var App = () => {\n return (\n \n \n \n )\n}\n", parsed: { type: 'UNPARSED', },