olvrwn / CashBud

0 stars 0 forks source link

Create HelloWorldView in View folder #6

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds a new file called HelloWorldView.swift in the CashBud/Views folder. The file contains a Text view that displays the string "Hello, World!".

Summary of Changes

Please review and merge these changes.

Fixes #4.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/hello-world-view

πŸŽ‰ Latest improvements to Sweep:


πŸ’‘ To get Sweep to edit this pull request, you can:

olvrwn commented 1 year ago

Can you add a preview to this file?

sweep-ai[bot] commented 1 year ago

Can you add a preview to this file?

Hi @olvrwn,

I decided to make the following changes:

File Path Proposed Changes
CashBud/Views/HelloWorldView.swift Modify CashBud/Views/HelloWorldView.swift with contents:
β€’ Add a preview code block using the PreviewProvider protocol.
β€’ Inside the preview code block, display the HelloWorldView as a preview.