Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michealparks committed Jun 22, 2024
1 parent d00d03e commit 0bebe26
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 104 deletions.
7 changes: 1 addition & 6 deletions src/routes/Fullscreen.svelte
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<script lang="ts">
import { Fullscreen, Container, Text } from '$lib'
import { Portal, PortalTarget } from './Portal'
let active = false
</script>

<Portal id="bob">
<Fullscreen>
<Container alignItems="flex-end">
<Container
backgroundColor={active ? 'black' : '#eee'}
Expand All @@ -24,8 +23,4 @@
/>
</Container>
</Container>
</Portal>

<Fullscreen>
<PortalTarget id="bob" />
</Fullscreen>
18 changes: 0 additions & 18 deletions src/routes/Portal/Portal.svelte

This file was deleted.

21 changes: 0 additions & 21 deletions src/routes/Portal/PortalTarget.svelte

This file was deleted.

2 changes: 0 additions & 2 deletions src/routes/Portal/index.ts

This file was deleted.

53 changes: 0 additions & 53 deletions src/routes/Portal/usePortal.svelte.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/routes/Scene.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
<Fullscreen />
</T.PerspectiveCamera>

<T.Mesh on:click={() => alert('hi')}>
<T.BoxGeometry></T.BoxGeometry>
</T.Mesh>

<!-- <Inspector /> -->

<T.Group>
Expand Down

0 comments on commit 0bebe26

Please sign in to comment.