Moving some UI files and create no UI elements. Also updates to sqlite plugin.

This commit is contained in:
Jason Tudisco 2022-01-29 01:26:33 -06:00
parent 54f16d0ac2
commit a88d85d3bc
12 changed files with 512 additions and 507 deletions

5
src/ui/app.riot Normal file
View File

@ -0,0 +1,5 @@
<app>
</app>

View File

0
src/ui/timer-ctrl.riot Normal file
View File

View File

@ -1,4 +1,4 @@
import Timestamp from './timestamp.riot' import Timestamp from './src/ui/timestamp.riot'
import { component } from 'riot' import { component } from 'riot'