Skip to content

Commit 37b914a

Browse files
committed
chore: clean up
1 parent a986315 commit 37b914a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/supabase/example/pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: supabase_example
22
description: An absolute bare-bones supabase web app.
33
version: 1.0.0
4-
# repository: https://github.com/my_org/my_repo
54
publish_to: none
65

76
environment:
87
sdk: '>=3.3.0 <4.0.0'
98

10-
# Add regular dependencies here.
119
dependencies:
1210
web: '>=0.5.0 <2.0.0'
1311
supabase: ^2.9.0

packages/supabase/example/web/styles.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
2-
31
html,
42
body {
53
width: 100%;
64
height: 100%;
75
margin: 0;
86
padding: 0;
9-
font-family: "Roboto", sans-serif;
107
}
118

129
#output {

0 commit comments

Comments
 (0)