mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-18 04:20:25 +00:00
LICENSE
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
// Licensed under the MIT License. See LICENSE file in project root for details.
|
||||
import React, { useState, useEffect } from 'react';
|
||||
import { DragDropContext, Droppable, Draggable, DropResult } from '@hello-pangea/dnd';
|
||||
import { focusTaskApi } from './api';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
// Licensed under the MIT License. See LICENSE file in project root for details.
|
||||
import axios from 'axios';
|
||||
import { FocusTask, CreateTaskDto, UpdateTaskDto } from './types';
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
// Licensed under the MIT License. See LICENSE file in project root for details.
|
||||
import React, { useState, useEffect } from 'react';
|
||||
import { FocusTask } from '../types';
|
||||
import './TaskCard.css';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
// Licensed under the MIT License. See LICENSE file in project root for details.
|
||||
import React, { useState } from 'react';
|
||||
import './TaskForm.css';
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
// Licensed under the MIT License. See LICENSE file in project root for details.
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import App from './App'
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
// Licensed under the MIT License. See LICENSE file in project root for details.
|
||||
export interface FocusTask {
|
||||
id: number;
|
||||
title: string;
|
||||
|
||||
Vendored
+2
@@ -1 +1,3 @@
|
||||
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
// Licensed under the MIT License. See LICENSE file in project root for details.
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
Reference in New Issue
Block a user