Skip to content

Commit

Permalink
fix: resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithDaka committed Mar 1, 2024
1 parent b6157aa commit c7fafc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions apps/picsa-apps/dashboard/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import { DASHBOARD_NAV_LINKS, INavLink } from './data';
import { DashboardMaterialModule } from './material.module';
import { DeploymentSelectComponent } from './modules/deployment/components';

interface INavLink {
label: string;
href: string;
isActive?: boolean;
}

@Component({
standalone: true,
imports: [RouterModule, DashboardMaterialModule, DeploymentSelectComponent, CommonModule],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { PicsaAsyncService } from '@picsa/shared/services/asyncService.service';
import { SupabaseService } from '@picsa/shared/services/core/supabase';
import { IStorageEntry } from '@picsa/shared/services/core/supabase/services/supabase-storage.service';

export type ICropInformationRow = Database['public']['Tables']['crop_data']['Row'];
export type ICropInformationRow = Database['public']['Tables']['climate_station_crop_data']['Row'];

export interface IResourceStorageEntry extends IStorageEntry {
/** Url generated when upload to public bucket (will always be populated, even if bucket not public) */
Expand Down

0 comments on commit c7fafc7

Please sign in to comment.