init
This commit is contained in:
18
constants.tsx
Executable file
18
constants.tsx
Executable file
@@ -0,0 +1,18 @@
|
||||
|
||||
import { Category } from './types';
|
||||
|
||||
export const DEFAULT_CATEGORIES: Category[] = [
|
||||
{
|
||||
id: '1',
|
||||
name: 'Search',
|
||||
websites: [
|
||||
{
|
||||
id: '1',
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com',
|
||||
icon: 'https://www.google.com/s2/favicons?domain=google.com&sz=128',
|
||||
categoryId: '1',
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user