Reformatted the project

This commit is contained in:
2025-11-12 01:21:48 -08:00
parent b91d37db45
commit 7858d95f58
11 changed files with 78 additions and 241 deletions

View File

@@ -1,9 +1,10 @@
import { DateTime } from 'luxon';
import {DateTime} from 'luxon';
export interface experience {
}
export interface subExperience {
name: string;
description: string;