File tree 3 files changed +7
-24
lines changed
3 files changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,12 @@ const Explore: NextPage = () => {
34
34
</ >
35
35
)
36
36
37
+ } else {
38
+ return (
39
+ < span > List: Loading...</ span >
40
+ )
37
41
}
38
- return (
39
- < >
40
- { /* {error && <strong>Error: {error}</strong> } */ }
41
- { loading && < span > List: Loading...</ span > }
42
- { ! loading && snapshots && (
43
- < >
44
-
45
- { /* <div className="flex min-h-screen flex-col items-center justify-center py-2"> */ }
46
42
47
- { /* <main className="flex w-full flex-1 flex-col items-center justify-center px-20 text-center"> */ }
48
- < main className = "max-w-2xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:max-w-7xl lg:px-8" >
49
- < h2 className = "text-2xl font-extrabold tracking-tight text-gray-900" > New Sculptures</ h2 >
50
- { sculptures . map ( ( sculpture ) => (
51
- < SculptureCard sculpture = { sculpture } />
52
- ) )
53
- }
54
-
55
- </ main >
56
- { /* </main> */ }
57
- { /* </div> */ }
58
- </ >
59
- ) }
60
- </ >
61
- )
62
43
}
63
44
64
45
export default Explore
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Sculpture = (props: any) => {
35
35
}
36
36
37
37
38
- }
38
+
39
39
40
40
41
41
Original file line number Diff line number Diff line change
1
+ // foo.d.ts
2
+ declare module 'shader-park-core' ;
You can’t perform that action at this time.
0 commit comments