Add journal frontend
This commit is contained in:
15
frontend/src/components/Main.svelte
Normal file
15
frontend/src/components/Main.svelte
Normal file
@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import TabBar from './tabs/TabBar.svelte';
|
||||
import Body from './Body.svelte';
|
||||
</script>
|
||||
|
||||
<div class="Main">
|
||||
<TabBar/>
|
||||
<Body/>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.Main {
|
||||
vertical-align: top;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user