Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elysiacasandra committed Sep 4, 2023
1 parent e47bf53 commit 5262d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from 'react';
import { useState } from 'react';

import { Dialog } from '@headlessui/react';
import { Bars3Icon, XMarkIcon } from '@heroicons/react/20/solid';
Expand Down
1 change: 1 addition & 0 deletions src/logic/urbanflo-file-logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function getFileContents(): UrbanFloFile {
return {
version: 1,
networkData: {
documentName: networkStore.documentName,
nodes: networkStore.nodes,
edges: networkStore.edges,
connections: networkStore.connections,
Expand Down

0 comments on commit 5262d15

Please sign in to comment.