Started refactoring, added prettier and checks and reformatted project, added cspell and checks and custom project words, beginning of robotic oceanographic surface sampler content
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
import {DateTime} from 'luxon';
|
||||
import { DateTime } from "luxon";
|
||||
|
||||
export interface experience {
|
||||
|
||||
|
||||
}
|
||||
export interface experience {}
|
||||
|
||||
export interface subExperience {
|
||||
name: string;
|
||||
description: string;
|
||||
name: string;
|
||||
description: string;
|
||||
|
||||
startDate: DateTime;
|
||||
endDate?: DateTime;
|
||||
startDate: DateTime;
|
||||
endDate?: DateTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user