Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonlanthen committed Jan 2, 2025
1 parent eaf5f87 commit 6312441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

import { DefaultParams } from '@/app/[lang]/[region]';
import TechCard from '@/app/[lang]/[region]/(website)/techstack/(sections)/techcard';
import { SpinnerIcon } from '@/components/logos/spinner-icon';
import { useTranslator } from '@/hooks/useTranslator';
import { Tabs, TabsList, TabsTrigger } from '@socialincome/ui';
import { useState } from 'react';
import { SpinnerIcon } from '@/components/logos/spinner-icon';

type TechEntryJSON = {
title: string;
Expand Down

0 comments on commit 6312441

Please sign in to comment.