Skip to content

Commit 6514331

Browse files
committed
Dexie Cloud ToDo example: Cleanup more unused code
1 parent 615c300 commit 6514331

File tree

8 files changed

+2
-224
lines changed

8 files changed

+2
-224
lines changed

samples/dexie-cloud-todo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dexie-cloud-todo-app",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"type": "module",
55
"private": true,
66
"dependencies": {

samples/dexie-cloud-todo-app/src/App.css

Lines changed: 0 additions & 159 deletions
This file was deleted.

samples/dexie-cloud-todo-app/src/components/ResetDatabaseButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Database, RotateCcw } from 'lucide-react';
1+
import { RotateCcw } from 'lucide-react';
22
import { db } from '../db';
33
import { Button } from './ui/button';
44

samples/dexie-cloud-todo-app/src/components/TodoListView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { useEffect, useState } from 'react';
21
import { useLiveQuery, usePermissions } from 'dexie-react-hooks';
32
import { TodoList } from '../db/TodoList';
43
import { db } from '../db';

samples/dexie-cloud-todo-app/src/components/navbar/NavBar.css

Lines changed: 0 additions & 14 deletions
This file was deleted.

samples/dexie-cloud-todo-app/src/components/navbar/SvgIcon.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

samples/dexie-cloud-todo-app/src/components/navbar/SvgIcon.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

samples/dexie-cloud-todo-app/src/spin-animation.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)